]> git.lyx.org Git - lyx.git/blob - boost/boost/functional/detail/container_fwd.hpp
MathML for InsetMathBoldSymbol.
[lyx.git] / boost / boost / functional / detail / container_fwd.hpp
1 \r
2 // Copyright 2005-2008 Daniel James.\r
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 // Forwarding header for container_fwd.hpp's new location.\r
7 // This header is deprecated, I'll be adding a warning in a future release,\r
8 // then converting it to an error and finally removing this header completely.\r
9 \r
10 #if !defined(BOOST_FUNCTIONAL_DETAIL_CONTAINER_FWD_HPP)\r
11 #define BOOST_FUNCTIONAL_DETAIL_CONTAINER_FWD_HPP\r
12 \r
13 #if defined(_MSC_VER) && (_MSC_VER >= 1020)\r
14 # pragma once\r
15 #endif\r
16 \r
17 #include <boost/detail/container_fwd.hpp>\r
18 \r
19 #endif\r