Remove deprecated header boost/functional/detail/container_fwd.hpp

[SVN r80288]
This commit is contained in:
Daniel James
2012-08-28 17:43:05 +00:00
parent 7b2f73c225
commit 853a713cf2
3 changed files with 0 additions and 17 deletions

View File

@@ -1,10 +0,0 @@
// Copyright 2005-2012 Daniel James.
// 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)
// Forwarding header for container_fwd.hpp's new location.
// This header is deprecated, I'll change the warning to an error in a future
// release, and then later remove the header completely.
#error "boost/functional/detail/container_fwd.hpp is deprecated, use boost/detail/container_fwd.hpp instead."

View File

@@ -52,7 +52,6 @@ test-suite functional/hash
[ run implicit_test.cpp ]
[ run hash_no_ext_macro_1.cpp ]
[ run hash_no_ext_macro_2.cpp ]
[ compile-fail deprecated_container_fwd.cpp ]
;
test-suite functional/hash_no_ext

View File

@@ -1,6 +0,0 @@
// Copyright 2012 Daniel James.
// 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>