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

This commit is contained in:
Christophe Riccio 2015-03-15 21:45:57 +01:00
parent ee222f4bfc
commit a8203ac034
2 changed files with 2 additions and 2 deletions

View File

@ -633,8 +633,7 @@
#endif #endif
// //
#define GLM_HAS_TRIVIAL_QUERIES 0//( #define GLM_HAS_TRIVIAL_QUERIES 0
//((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
// //
#if GLM_LANG & GLM_LANG_CXX11_FLAG #if GLM_LANG & GLM_LANG_CXX11_FLAG

View File

@ -78,6 +78,7 @@ Improvements:
Fixes: Fixes:
- Fixed (u)int64 MSB/LSB handling on BE archs #306 - Fixed (u)int64 MSB/LSB handling on BE archs #306
- Fixed multi-line comment warning in g++. #315
Deprecation: Deprecation:
- Removed integer specification for 'mod' in GTC_integer #308 - Removed integer specification for 'mod' in GTC_integer #308