Add warning to deprecated header boost/functional/detail/container_fwd.hpp.

Should have done this years ago, removing this header should make
modularization a tad bit cleaner.


[SVN r78533]
This commit is contained in:
Daniel James
2012-05-21 21:58:18 +00:00
parent 0e2bc0d9f4
commit b39e23464b

View File

@ -3,7 +3,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/functional/detail/container_fwd.hpp>
#include <boost/detail/container_fwd.hpp>
#if BOOST_WORKAROUND(__GNUC__, < 3) && \
!defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)