1.1 --- a/epoc32/include/stdapis/boost/archive/detail/abi_prefix.hpp Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/boost/archive/detail/abi_prefix.hpp Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,20 +1,15 @@
1.4 -// abi_prefix header -------------------------------------------------------//
1.5 +/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
1.6 +// abi_prefix.hpp
1.7
1.8 -// © Copyright John Maddock 2003
1.9 -
1.10 -// Use, modification and distribution are subject to the Boost Software License,
1.11 -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.12 -// http://www.boost.org/LICENSE_1_0.txt).
1.13 +// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
1.14 +// Use, modification and distribution is subject to the Boost Software
1.15 +// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.16 +// http://www.boost.org/LICENSE_1_0.txt)
1.17
1.18 -#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
1.19 -# define BOOST_CONFIG_ABI_PREFIX_HPP
1.20 -#else
1.21 -# error double inclusion of header boost/config/abi_prefix.hpp is an error
1.22 +// See http://www.boost.org for updates, documentation, and revision history.
1.23 +
1.24 +#include <boost/config/abi_prefix.hpp> // must be the last header
1.25 +#ifdef BOOST_MSVC
1.26 +# pragma warning(push)
1.27 +# pragma warning(disable : 4251 4231 4660 4275)
1.28 #endif
1.29 -
1.30 -#include <boost/config.hpp>
1.31 -
1.32 -// this must occur after all other includes and before any code appears:
1.33 -#ifdef BOOST_HAS_ABI_HEADERS
1.34 -# include BOOST_ABI_PREFIX
1.35 -#endif