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

Private GIT Repository
10cf51d627de63189a5f8c5aa13dfb8ffea60f4e
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / abi_prefix.hpp
1 //  abi_prefix header  -------------------------------------------------------//\r
2 \r
3 // (c) Copyright John Maddock 2003\r
4    \r
5 // Use, modification and distribution are subject to the Boost Software License,\r
6 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at\r
7 // http://www.boost.org/LICENSE_1_0.txt).\r
8 \r
9 #ifndef BOOST_CONFIG_ABI_PREFIX_HPP\r
10 # define BOOST_CONFIG_ABI_PREFIX_HPP\r
11 #else\r
12 # error double inclusion of header boost/config/abi_prefix.hpp is an error\r
13 #endif\r
14 \r
15 #include <boost/config.hpp>\r
16 \r
17 // this must occur after all other includes and before any code appears:\r
18 #ifdef BOOST_HAS_ABI_HEADERS\r
19 #  include BOOST_ABI_PREFIX\r
20 #endif\r
21 \r
22 #if defined( __BORLANDC__ )\r
23 #pragma nopushoptwarn\r
24 #endif\r
25 \r