os/ossrv/ossrv_pub/boost_apis/boost/utility.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//  Boost utility.hpp header file  -------------------------------------------//
sl@0
     2
sl@0
     3
//  Copyright 1999-2003 Aleksey Gurtovoy.  Use, modification, and distribution are
sl@0
     4
//  subject to the Boost Software License, Version 1.0.  (See accompanying file
sl@0
     5
//  LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
sl@0
     6
sl@0
     7
//  See <http://www.boost.org/libs/utility/> for the library's home page.
sl@0
     8
sl@0
     9
#ifndef BOOST_UTILITY_HPP
sl@0
    10
#define BOOST_UTILITY_HPP
sl@0
    11
sl@0
    12
#include <boost/utility/addressof.hpp>
sl@0
    13
#include <boost/utility/base_from_member.hpp>  
sl@0
    14
#include <boost/utility/enable_if.hpp>
sl@0
    15
#include <boost/checked_delete.hpp>
sl@0
    16
#include <boost/next_prior.hpp>
sl@0
    17
#include <boost/noncopyable.hpp>
sl@0
    18
sl@0
    19
#endif  // BOOST_UTILITY_HPP