|
|
|||
File indexing completed on 2025-12-16 09:44:41
0001 // (C) Copyright John Maddock 2001. 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 // See http://www.boost.org for most recent version. 0007 0008 // Greenhills C++ compiler setup: 0009 0010 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs) 0011 0012 #include <boost/config/compiler/common_edg.hpp> 0013 0014 // 0015 // versions check: 0016 // we don't support Greenhills prior to version 0: 0017 #if __ghs < 0 0018 # error "Compiler not supported or configured - please reconfigure" 0019 #endif 0020 // 0021 // last known and checked version is 0: 0022 #if (__ghs > 0) 0023 # if defined(BOOST_ASSERT_CONFIG) 0024 # error "boost: Unknown compiler version - please run the configure tests and report the results" 0025 # endif 0026 #endif 0027 0028
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|