epoc32/include/stdapis/boost/config/no_tr1/utility.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/stdapis/boost/utility.hpp@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 //  Boost utility.hpp header file  -------------------------------------------//
     2 
     3 //  Copyright 1999-2003 Aleksey Gurtovoy.  Use, modification, and distribution are
     4 //  subject to the Boost Software License, Version 1.0.  (See accompanying file
     5 //  LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
     6 
     7 //  See <http://www.boost.org/libs/utility/> for the library's home page.
     8 
     9 #ifndef BOOST_UTILITY_HPP
    10 #define BOOST_UTILITY_HPP
    11 
    12 #include <boost/utility/addressof.hpp>
    13 #include <boost/utility/base_from_member.hpp>  
    14 #include <boost/utility/enable_if.hpp>
    15 #include <boost/checked_delete.hpp>
    16 #include <boost/next_prior.hpp>
    17 #include <boost/noncopyable.hpp>
    18 
    19 #endif  // BOOST_UTILITY_HPP