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.
utility.hpp in vendors/XIOS/current/extern/boost/include/boost – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/utility.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: 739 bytes
Line 
1//  Boost utility.hpp header file  -------------------------------------------//
2
3//  Copyright 1999-2003 Aleksey Gurtovoy.  Use, modification, and distribution are
4//  subject to the Boost Software License, Version 1.0.  (See accompanying file
5//  LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
6
7//  See <http://www.boost.org/libs/utility/> for the library's home page.
8
9#ifndef BOOST_UTILITY_HPP
10#define BOOST_UTILITY_HPP
11
12#include <boost/utility/addressof.hpp>
13#include <boost/utility/base_from_member.hpp>
14#include <boost/utility/binary.hpp>
15#include <boost/utility/enable_if.hpp>
16#include <boost/checked_delete.hpp>
17#include <boost/next_prior.hpp>
18#include <boost/noncopyable.hpp>
19
20#endif  // BOOST_UTILITY_HPP
Note: See TracBrowser for help on using the repository browser.