epoc32/include/stdapis/boost/config/abi_suffix.hpp
branchSymbian2
changeset 2 2fe1408b6811
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/boost/config/abi_suffix.hpp	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +//  abi_sufffix header  -------------------------------------------------------//
     1.5 +
     1.6 +// © Copyright John Maddock 2003
     1.7 +   
     1.8 +// Use, modification and distribution are subject to the Boost Software License,
     1.9 +// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    1.10 +// http://www.boost.org/LICENSE_1_0.txt).
    1.11 +
    1.12 +// This header should be #included AFTER code that was preceded by a #include
    1.13 +// <boost/config/abi_prefix.hpp>.
    1.14 +
    1.15 +#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
    1.16 +# error Header boost/config/abi_prefix.hpp must only be used after boost/config/abi_prefix.hpp
    1.17 +#else
    1.18 +# undef BOOST_CONFIG_ABI_PREFIX_HPP
    1.19 +#endif
    1.20 +
    1.21 +// the suffix header occurs after all of our code:
    1.22 +#ifdef BOOST_HAS_ABI_HEADERS
    1.23 +#  include BOOST_ABI_SUFFIX
    1.24 +#endif
    1.25 +
    1.26 +