From 8a882ffdf12e662fd4e2e78257030422f54101d6 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 1 Nov 2014 13:44:34 +0100 Subject: [PATCH] Clean up old workaround --- glm/detail/func_vector_relational.hpp | 4 ---- 1 file changed, 4 deletions(-) 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"