|
|
|||
File indexing completed on 2025-12-15 09:45:20
0001 // abi_sufffix header -------------------------------------------------------// 0002 0003 // (c) Copyright John Maddock 2003 0004 0005 // Use, modification and distribution are subject to the Boost Software License, 0006 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt). 0008 0009 // This header should be #included AFTER code that was preceded by a #include 0010 // <boost/config/abi_prefix.hpp>. 0011 0012 #ifndef BOOST_CONFIG_ABI_PREFIX_HPP 0013 # error Header boost/config/abi_suffix.hpp must only be used after boost/config/abi_prefix.hpp 0014 #else 0015 # undef BOOST_CONFIG_ABI_PREFIX_HPP 0016 #endif 0017 0018 // the suffix header occurs after all of our code: 0019 #ifdef BOOST_HAS_ABI_HEADERS 0020 # include BOOST_ABI_SUFFIX 0021 #endif 0022 0023 #if defined( BOOST_BORLANDC ) 0024 #pragma nopushoptwarn 0025 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|