diff --git a/glm/detail/func_vector_relational.hpp b/glm/detail/func_vector_relational.hpp index 2f8e2bfb..779ec9db 100644 --- a/glm/detail/func_vector_relational.hpp +++ b/glm/detail/func_vector_relational.hpp @@ -43,8 +43,6 @@ #include "precision.hpp" #include "setup.hpp" -#if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER <= GLM_COMPILER_VC10)) // Workaround a Visual C++ bug - namespace glm { /// @addtogroup core_func_vector_relational @@ -149,6 +147,4 @@ namespace glm /// @} }//namespace glm -#endif - #include "func_vector_relational.inl"