Slightly more accurated comment - now that the headers cause errors, they've

moved past the deprecation stage (I think).


[SVN r49541]
This commit is contained in:
Daniel James
2008-11-02 22:32:00 +00:00
parent cec8e80658
commit d9fd6a499d
6 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>