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

source: vendors/XIOS/current/extern/boost/include/boost/functional/detail/container_fwd.hpp @ 3408

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

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 630 bytes
Line 
1
2// Copyright 2005-2008 Daniel James.
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6// Forwarding header for container_fwd.hpp's new location.
7// This header is deprecated, I'll be adding a warning in a future release,
8// then converting it to an error and finally removing this header completely.
9
10#if !defined(BOOST_FUNCTIONAL_DETAIL_CONTAINER_FWD_HPP)
11#define BOOST_FUNCTIONAL_DETAIL_CONTAINER_FWD_HPP
12
13#if defined(_MSC_VER) && (_MSC_VER >= 1020)
14# pragma once
15#endif
16
17#include <boost/detail/container_fwd.hpp>
18
19#endif
Note: See TracBrowser for help on using the repository browser.