1 // (C) Copyright Brian Kuhl 2016. 2 // Use, modification and distribution are subject to the 3 // Boost Software License, Version 1.0. (See accompanying file 4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 // Check this is a recent EDG based compiler, otherwise we don't support it here: 7 8 9 #ifndef __EDG_VERSION__ 10 # error "Unknown Diab compiler version - please run the configure tests and report the results" 11 #endif 12 13 #include "boost/config/compiler/common_edg.hpp" 14 15 #define BOOST_HAS_LONG_LONG 16 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP 17 #define BOOST_NO_CXX11_HDR_INITIALIZER_LIST 18 #define BOOST_NO_CXX11_HDR_CODECVT 19 #define BOOST_COMPILER "Wind River Diab " BOOST_STRINGIZE(__VERSION_NUMBER__) 20