compressed_pair.hpp 653 B

1234567891011121314151617181920
  1. // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. //
  6. // See http://www.boost.org/libs/utility for most recent version including documentation.
  7. // See boost/detail/compressed_pair.hpp
  8. // for full copyright notices.
  9. #ifndef BOOST_COMPRESSED_PAIR_HPP
  10. #define BOOST_COMPRESSED_PAIR_HPP
  11. #ifndef BOOST_CONFIG_HPP
  12. #include <boost/config.hpp>
  13. #endif
  14. #include <boost/detail/compressed_pair.hpp>
  15. #endif // BOOST_COMPRESSED_PAIR_HPP