container_fwd.hpp 630 B

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