]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_index/examples/user_defined_typeinfo.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / type_index / examples / user_defined_typeinfo.hpp
index 4bd7ff09d399595f2aa4e9295bc4aa4e2f8c2e47..946be1717f65b70910db1321f5e3ca3890649eb8 100644 (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`: