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 commit 477e803 introduced many #elif statements that don't have a condition. The correct preprocessor statement is #else. So currently glm code doesn't compile at least on gcc with the affected headers.
The text was updated successfully, but these errors were encountered:
The commit 477e803 introduced many
#elif
statements that don't have a condition. The correct preprocessor statement is#else
. So currently glm code doesn't compile at least on gcc with the affected headers.The text was updated successfully, but these errors were encountered: