diab.hpp 909 B

1234567891011121314151617181920212223242526
  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. // Check this is a recent EDG based compiler, otherwise we don't support it here:
  6. #ifndef __EDG_VERSION__
  7. # error "Unknown Diab compiler version - please run the configure tests and report the results"
  8. #endif
  9. #include "boost/config/compiler/common_edg.hpp"
  10. #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
  11. #define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS
  12. #define BOOST_MPL_CFG_NO_HAS_XXX_TEMPLATE
  13. #define BOOST_LOG_NO_MEMBER_TEMPLATE_FRIENDS
  14. #define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
  15. #define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
  16. #define BOOST_NO_CXX11_HDR_CODECVT
  17. #define BOOST_NO_CXX11_NUMERIC_LIMITS
  18. #define BOOST_COMPILER "Wind River Diab " BOOST_STRINGIZE(__VERSION_NUMBER__)