mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed multi-line comment warning in g++. #315
This commit is contained in:
parent
ee222f4bfc
commit
a8203ac034
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user