mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Disable GLM_HAS_TRIVIAL_QUERIES
This commit is contained in:
parent
cb427b053d
commit
49cf8d8964
@ -633,8 +633,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
#define GLM_HAS_TRIVIAL_QUERIES ( \
|
#define GLM_HAS_TRIVIAL_QUERIES 0//( \
|
||||||
((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
//((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
||||||
|
|
||||||
//
|
//
|
||||||
#if GLM_LANG & GLM_LANG_CXX11_FLAG
|
#if GLM_LANG & GLM_LANG_CXX11_FLAG
|
||||||
|
Loading…
Reference in New Issue
Block a user