Go to the documentation of this file. 8 #ifndef DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_ 9 #define DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_ 11 #define DXLE_NO_CXX11_CONSTEXPR 12 #define DXLE_NO_CXX11_DEFAULTED_FUNCTIONS 13 #define DXLE_NO_CXX11_DELETED_FUNCTIONS 14 #define DXLE_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS 15 #define DXLE_NO_CXX11_NOEXCEPT 16 #define DXLE_NO_CXX11_TEMPLATE_ALIASES 17 #define DXLE_NO_CXX11_USER_DEFINED_LITERALS 18 #define DXLE_NO_CXX11_DELEGATING_CONSTRUCTORS 19 #define DXLE_NO_CXX11_UNICODE_LITERALS 20 #define DXLE_NO_CXX11_ATTRIBUTES 21 #define DXLE_NO_CXX11_REF_QUALIFIERS 23 #define DXLE_NO_CXX14_CONSTEXPR 24 #define DXLE_NO_CXX14_VARIABLE_TEMPLATES 25 #define DXLE_NO_CXX14_ATTRIBUTE_DEPRECATED 26 #define DXLE_NO_CXX14_UDLS_FOR_STRING_AND_CHRONO 28 #endif // #ifndef DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_