From 04321ad5c2ba2fd0f6e5eeddc83adab7fdd517ad Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 15 Nov 2012 13:25:08 +0000 Subject: [PATCH] Remove deprecated container_fwd header. [SVN r81356] --- hash/test/Jamfile.v2 | 1 - hash/test/deprecated_container_fwd.cpp | 6 ------ include/boost/functional/detail/container_fwd.hpp | 10 ---------- 3 files changed, 17 deletions(-) delete mode 100644 hash/test/deprecated_container_fwd.cpp delete mode 100644 include/boost/functional/detail/container_fwd.hpp diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index 5b7c39a..34b69e6 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -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 diff --git a/hash/test/deprecated_container_fwd.cpp b/hash/test/deprecated_container_fwd.cpp deleted file mode 100644 index 8238bda..0000000 --- a/hash/test/deprecated_container_fwd.cpp +++ /dev/null @@ -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 diff --git a/include/boost/functional/detail/container_fwd.hpp b/include/boost/functional/detail/container_fwd.hpp deleted file mode 100644 index 6970472..0000000 --- a/include/boost/functional/detail/container_fwd.hpp +++ /dev/null @@ -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."