]> git.lyx.org Git - lyx.git/blob - boost/boost/compressed_pair.hpp
major boost update
[lyx.git] / boost / boost / compressed_pair.hpp
1 //  (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and
2 //  distribute this software is granted provided this copyright notice appears
3 //  in all copies. This software is provided "as is" without express or implied
4 //  warranty, and with no claim as to its suitability for any purpose.
5
6 //  See http://www.boost.org for most recent version including documentation.
7 //  See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
8 //  for full copyright notices.
9
10 #ifndef BOOST_COMPRESSED_PAIR_HPP
11 #define BOOST_COMPRESSED_PAIR_HPP
12
13 #ifndef BOOST_CONFIG_HPP
14 #include <boost/config.hpp>
15 #endif
16
17 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
18 #include <boost/detail/ob_compressed_pair.hpp>
19 #else
20 #include <boost/detail/compressed_pair.hpp>
21 #endif
22
23 #endif // BOOST_COMPRESSED_PAIR_HPP