mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Merge pull request #315 from BryceMehring/master
Fixed multi-line comment warning in g++. #315
This commit is contained in:
commit
ee222f4bfc
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@
|
|||
#endif
|
||||
|
||||
//
|
||||
#define GLM_HAS_TRIVIAL_QUERIES 0//( \
|
||||
#define GLM_HAS_TRIVIAL_QUERIES 0//(
|
||||
//((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue