Searched refs:__has_feature (Results 1 – 6 of 6) sorted by relevance
259 # if(__has_feature(cxx_exceptions))263 # if(__has_feature(cxx_rtti))267 # if(__has_feature(cxx_access_control_sfinae))271 # if(__has_feature(cxx_alias_templates))275 # if(__has_feature(cxx_alignas))279 # if(__has_feature(cxx_attributes))283 # if(__has_feature(cxx_constexpr))287 # if(__has_feature(cxx_decltype))291 # if(__has_feature(cxx_default_function_template_args))295 # if(__has_feature(cxx_defaulted_functions))[all …]
172 # elif __has_feature(cxx_decltype_auto) && __has_feature(cxx_aggregate_nsdmi) // GLM_COMPILER_CLAN…176 # elif __has_feature(cxx_static_assert) // GLM_COMPILER_CLANG29 + -std=c++11316 # define GLM_HAS_STATIC_ASSERT __has_feature(cxx_static_assert)339 # define GLM_HAS_CONSTEXPR __has_feature(cxx_constexpr)353 # define GLM_HAS_INITIALIZER_LISTS __has_feature(cxx_generalized_initializers)365 # define GLM_HAS_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions)379 # define GLM_HAS_DEFAULTED_FUNCTIONS __has_feature(cxx_defaulted_functions)392 # define GLM_HAS_RVALUE_REFERENCES __has_feature(cxx_rvalue_references)404 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS __has_feature(cxx_explicit_conversions)417 # define GLM_HAS_TEMPLATE_ALIASES __has_feature(cxx_alias_templates)[all …]
7 #ifndef __has_feature8 #define __has_feature(__x) 0 macro10 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
98 # if __has_feature( cxx_unrestricted_unions )
253 # elif (defined(__has_feature) && __has_feature(has_trivial_destructor))