mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Remove deprecated container_fwd header.
[SVN r81356]
This commit is contained in:
@@ -52,7 +52,6 @@ test-suite functional/hash
|
|||||||
[ run implicit_test.cpp ]
|
[ run implicit_test.cpp ]
|
||||||
[ run hash_no_ext_macro_1.cpp ]
|
[ run hash_no_ext_macro_1.cpp ]
|
||||||
[ run hash_no_ext_macro_2.cpp ]
|
[ run hash_no_ext_macro_2.cpp ]
|
||||||
[ compile-fail deprecated_container_fwd.cpp ]
|
|
||||||
;
|
;
|
||||||
|
|
||||||
test-suite functional/hash_no_ext
|
test-suite functional/hash_no_ext
|
||||||
|
@@ -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>
|
|
@@ -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."
|
|
Reference in New Issue
Block a user