File indexing completed on 2025-12-16 09:44:41
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef __EDG_VERSION__
0010 # error "Unknown Diab compiler version - please run the configure tests and report the results"
0011 #endif
0012
0013 #include "boost/config/compiler/common_edg.hpp"
0014
0015 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
0016 #define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS
0017
0018 #define BOOST_MPL_CFG_NO_HAS_XXX_TEMPLATE
0019 #define BOOST_LOG_NO_MEMBER_TEMPLATE_FRIENDS
0020 #define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
0021
0022 #define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
0023 #define BOOST_NO_CXX11_HDR_CODECVT
0024 #define BOOST_NO_CXX11_NUMERIC_LIMITS
0025
0026 #define BOOST_COMPILER "Wind River Diab " BOOST_STRINGIZE(__VERSION_NUMBER__)