Update include paths to use ContainerHash instead of Functional for hash

This commit is contained in:
Christian Mazakas 2023-09-27 12:17:49 -07:00
parent 51a75c0fd0
commit 087f2052fc
14 changed files with 14 additions and 14 deletions

View File

@ -14,7 +14,7 @@
#define BOOST_HASH_EXAMPLES_CASE_INSENSITIVE_HEADER
#include <boost/algorithm/string/predicate.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
namespace hash_examples
{

View File

@ -18,7 +18,7 @@
#include <boost/unordered/unordered_flat_map_fwd.hpp>
#include <boost/core/allocator_access.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/throw_exception.hpp>
#include <initializer_list>

View File

@ -11,7 +11,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -18,7 +18,7 @@
#include <boost/unordered/unordered_flat_set_fwd.hpp>
#include <boost/core/allocator_access.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <initializer_list>
#include <iterator>

View File

@ -11,7 +11,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -20,7 +20,7 @@
#include <boost/unordered/detail/type_traits.hpp>
#include <boost/core/explicit_operator_bool.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <initializer_list>

View File

@ -12,7 +12,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -19,7 +19,7 @@
#include <boost/unordered/unordered_node_map_fwd.hpp>
#include <boost/core/allocator_access.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/throw_exception.hpp>
#include <initializer_list>

View File

@ -11,7 +11,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -19,7 +19,7 @@
#include <boost/unordered/unordered_node_set_fwd.hpp>
#include <boost/core/allocator_access.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/throw_exception.hpp>
#include <initializer_list>

View File

@ -11,7 +11,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -20,7 +20,7 @@
#include <boost/unordered/detail/type_traits.hpp>
#include <boost/core/explicit_operator_bool.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <initializer_list>

View File

@ -12,7 +12,7 @@
#pragma once
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <memory>

View File

@ -8,7 +8,7 @@
#include "../helpers/count.hpp"
#include "../helpers/test.hpp"
#include <boost/functional/hash/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/tuple/tuple.hpp>
#include <string>