greenhills.hpp
Go to the documentation of this file.
00001 //  (C) Copyright John Maddock 2001. 
00002 //  Use, modification and distribution are subject to the 
00003 //  Boost Software License, Version 1.0. (See accompanying file 
00004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 //  See http://www.boost.org for most recent version.
00007 
00008 //  Greenhills C++ compiler setup:
00009 
00010 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs)
00011 
00012 #include "boost/config/compiler/common_edg.hpp"
00013 
00014 //
00015 // versions check:
00016 // we don't support Greenhills prior to version 0:
00017 #if __ghs < 0
00018 #  error "Compiler not supported or configured - please reconfigure"
00019 #endif
00020 //
00021 // last known and checked version is 0:
00022 #if (__ghs > 0)
00023 #  if defined(BOOST_ASSERT_CONFIG)
00024 #     error "Unknown compiler version - please run the configure tests and report the results"
00025 #  endif
00026 #endif
00027 
00028 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29