mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Disable GLM_HAS_TRIVIAL_QUERIES
This commit is contained in:
parent
cb427b053d
commit
49cf8d8964
1 changed files with 2 additions and 2 deletions
|
@ -633,8 +633,8 @@
|
|||
#endif
|
||||
|
||||
//
|
||||
#define GLM_HAS_TRIVIAL_QUERIES ( \
|
||||
((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
||||
#define GLM_HAS_TRIVIAL_QUERIES 0//( \
|
||||
//((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
||||
|
||||
//
|
||||
#if GLM_LANG & GLM_LANG_CXX11_FLAG
|
||||
|
|
Loading…
Add table
Reference in a new issue