Home
last modified time | relevance | path

Searched defs:GLM_HAS_UNRESTRICTED_UNIONS (Results 1 – 1 of 1) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp365 # define GLM_HAS_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions) macro
367 # define GLM_HAS_UNRESTRICTED_UNIONS 1 macro
369 # define GLM_HAS_UNRESTRICTED_UNIONS (GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\ macro