Fixed multi-line comment warning in g++. #315
This commit is contained in:
parent
ee222f4bfc
commit
a8203ac034
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user