From d9fd6a499dfa1fba3b5c5e4b6f9807bcda18065c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 2 Nov 2008 22:32:00 +0000 Subject: [PATCH] Slightly more accurated comment - now that the headers cause errors, they've moved past the deprecation stage (I think). [SVN r49541] --- include/boost/functional/hash/deque.hpp | 2 +- include/boost/functional/hash/list.hpp | 2 +- include/boost/functional/hash/map.hpp | 2 +- include/boost/functional/hash/pair.hpp | 2 +- include/boost/functional/hash/set.hpp | 2 +- include/boost/functional/hash/vector.hpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/functional/hash/deque.hpp b/include/boost/functional/hash/deque.hpp index b054e2d..0dd8b99 100644 --- a/include/boost/functional/hash/deque.hpp +++ b/include/boost/functional/hash/deque.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/deque.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/deque.hpp is no longer supported, use boost/functional/hash.hpp instead." #include diff --git a/include/boost/functional/hash/list.hpp b/include/boost/functional/hash/list.hpp index 350845c..61e7b6d 100644 --- a/include/boost/functional/hash/list.hpp +++ b/include/boost/functional/hash/list.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/list.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/list.hpp is no longer supported, use boost/functional/hash.hpp instead." #include diff --git a/include/boost/functional/hash/map.hpp b/include/boost/functional/hash/map.hpp index 2d4eac4..2dcd58b 100644 --- a/include/boost/functional/hash/map.hpp +++ b/include/boost/functional/hash/map.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/map.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/map.hpp is no longer supported, use boost/functional/hash.hpp instead." #include diff --git a/include/boost/functional/hash/pair.hpp b/include/boost/functional/hash/pair.hpp index 3e6e59f..d771460 100644 --- a/include/boost/functional/hash/pair.hpp +++ b/include/boost/functional/hash/pair.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/pair.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/pair.hpp is no longer supported, use boost/functional/hash.hpp instead." #include diff --git a/include/boost/functional/hash/set.hpp b/include/boost/functional/hash/set.hpp index da61930..e85f80d 100644 --- a/include/boost/functional/hash/set.hpp +++ b/include/boost/functional/hash/set.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/set.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/set.hpp is no longer supported, use boost/functional/hash.hpp instead." #include diff --git a/include/boost/functional/hash/vector.hpp b/include/boost/functional/hash/vector.hpp index 62ee975..7fe2be6 100644 --- a/include/boost/functional/hash/vector.hpp +++ b/include/boost/functional/hash/vector.hpp @@ -3,5 +3,5 @@ // 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) -#error "boost/functional/hash/vector.hpp is deprecated, use boost/functional/hash.hpp instead." +#error "boost/functional/hash/vector.hpp is no longer supported, use boost/functional/hash.hpp instead." #include