mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user