Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs)
00011
00012 #include "boost/config/compiler/common_edg.hpp"
00013
00014
00015
00016
00017 #if __ghs < 0
00018 # error "Compiler not supported or configured - please reconfigure"
00019 #endif
00020
00021
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