abi_suffix.hpp
Go to the documentation of this file.
00001 //  abi_sufffix header  -------------------------------------------------------//
00002 
00003 // (c) Copyright John Maddock 2003
00004    
00005 // Use, modification and distribution are subject to the Boost Software License,
00006 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
00007 // http://www.boost.org/LICENSE_1_0.txt).
00008 
00009 // This header should be #included AFTER code that was preceded by a #include
00010 // <boost/config/abi_prefix.hpp>.
00011 
00012 #ifndef BOOST_CONFIG_ABI_PREFIX_HPP
00013 # error Header boost/config/abi_suffix.hpp must only be used after boost/config/abi_prefix.hpp
00014 #else
00015 # undef BOOST_CONFIG_ABI_PREFIX_HPP
00016 #endif
00017 
00018 // the suffix header occurs after all of our code:
00019 #ifdef BOOST_HAS_ABI_HEADERS
00020 #  include BOOST_ABI_SUFFIX
00021 #endif
00022 
00023 #if defined( __BORLANDC__ )
00024 #pragma nopushoptwarn
00025 #endif
00026 
00027 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:28