You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fixed-point class is not handled as POD type which will result in nasty constructions needed when you use it in a union. Can be fixed by using at line ~150:
the fixed-point class is not handled as POD type which will result in nasty constructions needed when you use it in a union. Can be fixed by using at line ~150:
to mark it as POD where memcpy is allowed.
The text was updated successfully, but these errors were encountered: