mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 09:10:49 +00:00
Removed restriction #if defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
This commit is contained in:
parent
0dcb1e8a90
commit
1644f0f489
1 changed files with 1 additions and 3 deletions
|
@ -226,9 +226,7 @@
|
|||
#endif
|
||||
|
||||
// N2346
|
||||
#if defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
|
||||
# define GLM_HAS_DEFAULTED_FUNCTIONS 0
|
||||
#elif GLM_COMPILER & GLM_COMPILER_CLANG
|
||||
#if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||
# define GLM_HAS_DEFAULTED_FUNCTIONS __has_feature(cxx_defaulted_functions)
|
||||
#elif GLM_LANG & GLM_LANG_CXX11_FLAG
|
||||
# define GLM_HAS_DEFAULTED_FUNCTIONS 1
|
||||
|
|
Loading…
Add table
Reference in a new issue