Hello All,

I am using glm 0.9.2.7 with VS 2010. In the code, I just include "#include <glm/glm.hpp>" statement.

When I try to compile the code, VS throws errors like:

[list][*]C2988: unrecognizable template declaration/definition func_common.hpp 251[*]error C2027: use of undefined type 'genType' func_common.hpp 251[*]error C2332: 'union' : missing tag name glm\core\func_common.inl 1311

And many others like these. The first two are about isinf method. And the last one is about the unions.

Any idea about the cause of these errors?