New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
compressed_pair.hpp in vendors/XIOS/current/extern/boost/include/boost – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/compressed_pair.hpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 801 bytes
Line 
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
8//  See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
9//  for full copyright notices.
10
11#ifndef BOOST_COMPRESSED_PAIR_HPP
12#define BOOST_COMPRESSED_PAIR_HPP
13
14#ifndef BOOST_CONFIG_HPP
15#include <boost/config.hpp>
16#endif
17
18#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
19#include <boost/detail/ob_compressed_pair.hpp>
20#else
21#include <boost/detail/compressed_pair.hpp>
22#endif
23
24#endif // BOOST_COMPRESSED_PAIR_HPP
Note: See TracBrowser for help on using the repository browser.