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
GLM_FORCE_CTOR_INIT worked in 0.9.9.0, but not in 0.9.9.1. Vectors are not zero-initialized by default.
Also, code in files detail/type_vec*.inl looks strange - no matter what value GLM_CONFIG_DEFAULTED_FUNCTIONS is - there will be either no Initializer List (with zeros), or no user-provided default Ctor at all. So, it looks like we can't have default zero-initialization in any case...
GLM_FORCE_CTOR_INIT worked in 0.9.9.0, but not in 0.9.9.1. Vectors are not zero-initialized by default.
Also, code in files detail/type_vec*.inl looks strange - no matter what value GLM_CONFIG_DEFAULTED_FUNCTIONS is - there will be either no Initializer List (with zeros), or no user-provided default Ctor at all. So, it looks like we can't have default zero-initialization in any case...
The text was updated successfully, but these errors were encountered: