Home
last modified time | relevance | path

Searched refs:GLM_HAS_INITIALIZER_LISTS (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dsetup.hpp353 # define GLM_HAS_INITIALIZER_LISTS __has_feature(cxx_generalized_initializers) macro
355 # define GLM_HAS_INITIALIZER_LISTS 1 macro
357 # define GLM_HAS_INITIALIZER_LISTS ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\ macro