1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/config/no_tr1/utility.hpp Wed Mar 31 12:27:01 2010 +0100
1.3 @@ -0,0 +1,19 @@
1.4 +// Boost utility.hpp header file -------------------------------------------//
1.5 +
1.6 +// Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
1.7 +// subject to the Boost Software License, Version 1.0. (See accompanying file
1.8 +// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
1.9 +
1.10 +// See <http://www.boost.org/libs/utility/> for the library's home page.
1.11 +
1.12 +#ifndef BOOST_UTILITY_HPP
1.13 +#define BOOST_UTILITY_HPP
1.14 +
1.15 +#include <boost/utility/addressof.hpp>
1.16 +#include <boost/utility/base_from_member.hpp>
1.17 +#include <boost/utility/enable_if.hpp>
1.18 +#include <boost/checked_delete.hpp>
1.19 +#include <boost/next_prior.hpp>
1.20 +#include <boost/noncopyable.hpp>
1.21 +
1.22 +#endif // BOOST_UTILITY_HPP