utility.hpp 739 B

123456789101112131415161718192021
  1. // Boost utility.hpp header file -------------------------------------------//
  2. // Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
  3. // subject to the Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
  5. // See <http://www.boost.org/libs/utility/> for the library's home page.
  6. #ifndef BOOST_UTILITY_HPP
  7. #define BOOST_UTILITY_HPP
  8. #include <boost/utility/addressof.hpp>
  9. #include <boost/utility/base_from_member.hpp>
  10. #include <boost/utility/binary.hpp>
  11. #include <boost/utility/enable_if.hpp>
  12. #include <boost/checked_delete.hpp>
  13. #include <boost/next_prior.hpp>
  14. #include <boost/noncopyable.hpp>
  15. #endif // BOOST_UTILITY_HPP