From 47116d8c284a2bca8d871ae9231b6b40c07b19d5 Mon Sep 17 00:00:00 2001 From: BryceMehring Date: Sun, 22 Feb 2015 14:32:55 -0600 Subject: [PATCH] Fixed multi-line comment warning in g++. --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 1defed89..bfe18bca 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -633,7 +633,7 @@ #endif // -#define GLM_HAS_TRIVIAL_QUERIES 0//( \ +#define GLM_HAS_TRIVIAL_QUERIES 0//( //((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013))) //