Use hash_fwd header and use new paths to boost::hash*

This commit is contained in:
Antony Polukhin
2018-01-14 23:41:33 +03:00
parent 1a7226bc0f
commit 82ed016577
5 changed files with 12 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2013-2014 Antony Polukhin
// Copyright 2013-2018 Antony Polukhin
// Distributed under the Boost Software License, Version 1.0.
// (See the accompanying file LICENSE_1_0.txt
@@ -83,9 +83,9 @@ namespace my_namespace { namespace detail {
/*`
Since we are not going to override `type_index_facade::hash_code()` we must additionally include
`<boost/functional/hash.hpp>`.
`<boost/container_hash/hash.hpp>`.
*/
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
/*`
See implementation of `my_type_index`: