DxLibEx
common_edg.hpp
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (C) 2015-2017 DxLibEx project
3  https://github.com/Nagarei/DxLibEx/
4 
5  Distributed under the Boost Software License, Version 1.0.
6  (See http://www.boost.org/LICENSE_1_0.txt)
7 =============================================================================*/
8 #ifndef DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_
9 #define DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_
10 
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
22 
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
27 
28 #endif // #ifndef DXLE_INC_CONFIG_COMPILER_COMMON_EDG_HPP_