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
now the file random.inl fails to compile in visual studio (only).
the errors are:
Error C2059 syntax error: ')' glm\glm\gtc\random.inl 181
Error C2062 type 'unknown-type' unexpected glm\gtc\random.inl 181
Error C2144 syntax error: 'unknown-type' should be preceded by '(' glm\gtc\random.inl 181
Error C2589 '(': illegal token on right side of '::' glm\gtc\random.inl 181
I tried undefining the flag immediately after hash.hpp included like this and it didn't work.
in one file in my project I needed to use
hash.hpp
and when I included it with:now the file
random.inl
fails to compile in visual studio (only).the errors are:
I tried undefining the flag immediately after hash.hpp included like this and it didn't work.
The text was updated successfully, but these errors were encountered: