annotate DEPENDENCIES/generic/include/boost/utility.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1 // Boost utility.hpp header file -------------------------------------------//
Chris@16 2
Chris@16 3 // Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
Chris@16 4 // subject to the Boost Software License, Version 1.0. (See accompanying file
Chris@16 5 // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
Chris@16 6
Chris@16 7 // See <http://www.boost.org/libs/utility/> for the library's home page.
Chris@16 8
Chris@16 9 #ifndef BOOST_UTILITY_HPP
Chris@16 10 #define BOOST_UTILITY_HPP
Chris@16 11
Chris@16 12 #include <boost/utility/addressof.hpp>
Chris@16 13 #include <boost/utility/base_from_member.hpp>
Chris@16 14 #include <boost/utility/binary.hpp>
Chris@16 15 #include <boost/utility/enable_if.hpp>
Chris@16 16 #include <boost/utility/identity_type.hpp>
Chris@16 17 #include <boost/checked_delete.hpp>
Chris@16 18 #include <boost/next_prior.hpp>
Chris@16 19 #include <boost/noncopyable.hpp>
Chris@16 20
Chris@16 21 #endif // BOOST_UTILITY_HPP