From a8203ac0347547376b307ff72ea29d669baa605f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 15 Mar 2015 21:45:57 +0100 Subject: [PATCH] Fixed multi-line comment warning in g++. #315 --- glm/detail/setup.hpp | 3 +-- readme.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index bfe18bca..fea8fc15 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -633,8 +633,7 @@ #endif // -#define GLM_HAS_TRIVIAL_QUERIES 0//( - //((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013))) +#define GLM_HAS_TRIVIAL_QUERIES 0 // #if GLM_LANG & GLM_LANG_CXX11_FLAG diff --git a/readme.txt b/readme.txt index 6245af14..b3b67a20 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ Improvements: Fixes: - Fixed (u)int64 MSB/LSB handling on BE archs #306 +- Fixed multi-line comment warning in g++. #315 Deprecation: - Removed integer specification for 'mod' in GTC_integer #308