]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/config/compiler/greenhills.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
1dd89d1f021f382fa2b17ab5972fb600911cd1bf
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / compiler / greenhills.hpp
1 //  (C) Copyright John Maddock 2001. \r
2 //  Use, modification and distribution are subject to the \r
3 //  Boost Software License, Version 1.0. (See accompanying file \r
4 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 //  See http://www.boost.org for most recent version.\r
7 \r
8 //  Greenhills C++ compiler setup:\r
9 \r
10 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs)\r
11 \r
12 #include "boost/config/compiler/common_edg.hpp"\r
13 \r
14 //\r
15 // versions check:\r
16 // we don't support Greenhills prior to version 0:\r
17 #if __ghs < 0\r
18 #  error "Compiler not supported or configured - please reconfigure"\r
19 #endif\r
20 //\r
21 // last known and checked version is 0:\r
22 #if (__ghs > 0)\r
23 #  if defined(BOOST_ASSERT_CONFIG)\r
24 #     error "Unknown compiler version - please run the configure tests and report the results"\r
25 #  endif\r
26 #endif\r
27 \r
28 \r