comparison DEPENDENCIES/generic/include/boost/config/compiler/metrowerks.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
121 #define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX 121 #define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
122 #define BOOST_NO_CXX11_USER_DEFINED_LITERALS 122 #define BOOST_NO_CXX11_USER_DEFINED_LITERALS
123 #define BOOST_NO_CXX11_ALIGNAS 123 #define BOOST_NO_CXX11_ALIGNAS
124 #define BOOST_NO_CXX11_TRAILING_RESULT_TYPES 124 #define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
125 #define BOOST_NO_CXX11_INLINE_NAMESPACES 125 #define BOOST_NO_CXX11_INLINE_NAMESPACES
126 #define BOOST_NO_CXX11_REF_QUALIFIERS
127 #define BOOST_NO_CXX11_FINAL
128
129 // C++ 14:
130 #if !defined(__cpp_aggregate_nsdmi) || (__cpp_aggregate_nsdmi < 201304)
131 # define BOOST_NO_CXX14_AGGREGATE_NSDMI
132 #endif
133 #if !defined(__cpp_binary_literals) || (__cpp_binary_literals < 201304)
134 # define BOOST_NO_CXX14_BINARY_LITERALS
135 #endif
136 #if !defined(__cpp_constexpr) || (__cpp_constexpr < 201304)
137 # define BOOST_NO_CXX14_CONSTEXPR
138 #endif
139 #if !defined(__cpp_decltype_auto) || (__cpp_decltype_auto < 201304)
140 # define BOOST_NO_CXX14_DECLTYPE_AUTO
141 #endif
142 #if (__cplusplus < 201304) // There's no SD6 check for this....
143 # define BOOST_NO_CXX14_DIGIT_SEPARATORS
144 #endif
145 #if !defined(__cpp_generic_lambdas) || (__cpp_generic_lambdas < 201304)
146 # define BOOST_NO_CXX14_GENERIC_LAMBDAS
147 #endif
148 #if !defined(__cpp_init_captures) || (__cpp_init_captures < 201304)
149 # define BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
150 #endif
151 #if !defined(__cpp_return_type_deduction) || (__cpp_return_type_deduction < 201304)
152 # define BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
153 #endif
154 #if !defined(__cpp_variable_templates) || (__cpp_variable_templates < 201304)
155 # define BOOST_NO_CXX14_VARIABLE_TEMPLATES
156 #endif
126 157
127 #define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) 158 #define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
128 159
129 // 160 //
130 // versions check: 161 // versions check: