Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49541 - trunk/boost/functional/hash
From: daniel_james_at_[hidden]
Date: 2008-11-02 17:32:01


Author: danieljames
Date: 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
New Revision: 49541
URL: http://svn.boost.org/trac/boost/changeset/49541

Log:
Slightly more accurated comment - now that the headers cause errors, they've
moved past the deprecation stage (I think).

Text files modified:
   trunk/boost/functional/hash/deque.hpp | 2 +-
   trunk/boost/functional/hash/list.hpp | 2 +-
   trunk/boost/functional/hash/map.hpp | 2 +-
   trunk/boost/functional/hash/pair.hpp | 2 +-
   trunk/boost/functional/hash/set.hpp | 2 +-
   trunk/boost/functional/hash/vector.hpp | 2 +-
   6 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/boost/functional/hash/deque.hpp
==============================================================================
--- trunk/boost/functional/hash/deque.hpp (original)
+++ trunk/boost/functional/hash/deque.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>

Modified: trunk/boost/functional/hash/list.hpp
==============================================================================
--- trunk/boost/functional/hash/list.hpp (original)
+++ trunk/boost/functional/hash/list.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>

Modified: trunk/boost/functional/hash/map.hpp
==============================================================================
--- trunk/boost/functional/hash/map.hpp (original)
+++ trunk/boost/functional/hash/map.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>

Modified: trunk/boost/functional/hash/pair.hpp
==============================================================================
--- trunk/boost/functional/hash/pair.hpp (original)
+++ trunk/boost/functional/hash/pair.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>

Modified: trunk/boost/functional/hash/set.hpp
==============================================================================
--- trunk/boost/functional/hash/set.hpp (original)
+++ trunk/boost/functional/hash/set.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>

Modified: trunk/boost/functional/hash/vector.hpp
==============================================================================
--- trunk/boost/functional/hash/vector.hpp (original)
+++ trunk/boost/functional/hash/vector.hpp 2008-11-02 17:32:00 EST (Sun, 02 Nov 2008)
@@ -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 <boost/functional/hash.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk