Kaynağa Gözat

Fixed multi-line comment warning in g++. #315

Christophe Riccio 10 yıl önce
ebeveyn
işleme
a8203ac034
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 2
      glm/detail/setup.hpp
  2. 1 0
      readme.txt

+ 1 - 2
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

+ 1 - 0
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