mirror of
https://github.com/g-truc/glm.git
synced 2024-11-30 03:44:38 +00:00
Fixed a Visual C++ 10 bug regarding declaration of templates
This commit is contained in:
parent
6e82d7ba31
commit
35b0d2afd8
@ -41,6 +41,8 @@
|
|||||||
#ifndef GLM_CORE_func_vector_relational
|
#ifndef GLM_CORE_func_vector_relational
|
||||||
#define GLM_CORE_func_vector_relational GLM_VERSION
|
#define GLM_CORE_func_vector_relational GLM_VERSION
|
||||||
|
|
||||||
|
#if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER <= GLM_COMPILER_VC10)) // Workaround a Visual C++ bug
|
||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
{
|
{
|
||||||
/// @addtogroup core_func_vector_relational
|
/// @addtogroup core_func_vector_relational
|
||||||
@ -131,6 +133,8 @@ namespace glm
|
|||||||
/// @}
|
/// @}
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "func_vector_relational.inl"
|
#include "func_vector_relational.inl"
|
||||||
|
|
||||||
#endif//GLM_CORE_func_vector_relational
|
#endif//GLM_CORE_func_vector_relational
|
||||||
|
Loading…
Reference in New Issue
Block a user