mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Clean up old workaround
This commit is contained in:
parent
7fb56a2daa
commit
8a882ffdf1
@ -43,8 +43,6 @@
|
|||||||
#include "precision.hpp"
|
#include "precision.hpp"
|
||||||
#include "setup.hpp"
|
#include "setup.hpp"
|
||||||
|
|
||||||
#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
|
||||||
@ -149,6 +147,4 @@ namespace glm
|
|||||||
/// @}
|
/// @}
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "func_vector_relational.inl"
|
#include "func_vector_relational.inl"
|
||||||
|
Loading…
Reference in New Issue
Block a user