1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/config/abi_prefix.hpp Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,20 @@
1.4 +// abi_prefix 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 +#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
1.13 +# define BOOST_CONFIG_ABI_PREFIX_HPP
1.14 +#else
1.15 +# error double inclusion of header boost/config/abi_prefix.hpp is an error
1.16 +#endif
1.17 +
1.18 +#include <boost/config.hpp>
1.19 +
1.20 +// this must occur after all other includes and before any code appears:
1.21 +#ifdef BOOST_HAS_ABI_HEADERS
1.22 +# include BOOST_ABI_PREFIX
1.23 +#endif