os/ossrv/ossrv_pub/boost_apis/boost/config/abi_suffix.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
//  abi_sufffix header  -------------------------------------------------------//
sl@0
     2
sl@0
     3
// © Copyright John Maddock 2003
sl@0
     4
   
sl@0
     5
// Use, modification and distribution are subject to the Boost Software License,
sl@0
     6
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     7
// http://www.boost.org/LICENSE_1_0.txt).
sl@0
     8
sl@0
     9
// This header should be #included AFTER code that was preceded by a #include
sl@0
    10
// <boost/config/abi_prefix.hpp>.
sl@0
    11
sl@0
    12
#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
sl@0
    13
# error Header boost/config/abi_prefix.hpp must only be used after boost/config/abi_prefix.hpp
sl@0
    14
#else
sl@0
    15
# undef BOOST_CONFIG_ABI_PREFIX_HPP
sl@0
    16
#endif
sl@0
    17
sl@0
    18
// the suffix header occurs after all of our code:
sl@0
    19
#ifdef BOOST_HAS_ABI_HEADERS
sl@0
    20
#  include BOOST_ABI_SUFFIX
sl@0
    21
#endif
sl@0
    22
sl@0
    23