utility.hpp 880 B

123456789101112131415161718192021222324
  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. // Use of this header is discouraged and it will be deprecated.
  9. // Please include one or more of the headers below instead.
  10. #include <boost/utility/base_from_member.hpp>
  11. #include <boost/utility/binary.hpp>
  12. #include <boost/utility/identity_type.hpp>
  13. #include <boost/core/addressof.hpp>
  14. #include <boost/core/enable_if.hpp>
  15. #include <boost/core/checked_delete.hpp>
  16. #include <boost/core/noncopyable.hpp>
  17. #endif // BOOST_UTILITY_HPP