source: XIOS/dev/dev_olga/src/extern/boost/include/boost/functional/detail/container_fwd.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
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.