Browse Source

Fixed multiline comment warning comment #273

Christophe Riccio 11 years ago
parent
commit
826ce5c0d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      glm/detail/setup.hpp

+ 0 - 1
glm/detail/setup.hpp

@@ -514,7 +514,6 @@
 #define GLM_HAS_TEMPLATE_ALIASES ( \
 	((GLM_LANG & GLM_LANG_CXX0X_FLAG) && ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013))) || \
 	__has_feature(cxx_alias_templates))
-	//((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC47)) || \
 
 #define GLM_HAS_RANGE_FOR ( \
 	(GLM_LANG & GLM_LANG_CXX11_FLAG) || \