123456789101112131415161718192021222324 |
- #ifndef BOOST_COMPRESSED_PAIR_HPP
- #define BOOST_COMPRESSED_PAIR_HPP
- #ifndef BOOST_CONFIG_HPP
- #include <boost/config.hpp>
- #endif
- #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
- #include <boost/detail/ob_compressed_pair.hpp>
- #else
- #include <boost/detail/compressed_pair.hpp>
- #endif
- #endif
|