Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:44:41

0001 //  (C) Copyright Brian Kuhl 2016.
0002 //  Use, modification and distribution are subject to the
0003 //  Boost Software License, Version 1.0. (See accompanying file
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 // Check this is a recent EDG based compiler, otherwise we don't support it here:
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__)