]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/unordered/examples/case_insensitive.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / unordered / examples / case_insensitive.hpp
index 0204a221b194ebdfe2e31381ab50fdbaf8b786da..83a388d87397deacfe16aee3d934c73eccf1c73a 100644 (file)
@@ -19,7 +19,6 @@
 namespace hash_examples
 {
     struct iequal_to
-        : std::binary_function<std::string, std::string, bool>
     {
         iequal_to() {}
         explicit iequal_to(std::locale const& l) : locale_(l) {}
@@ -34,7 +33,6 @@ namespace hash_examples
     };
 
     struct ihash
-        : std::unary_function<std::string, std::size_t>
     {
         ihash() {}
         explicit ihash(std::locale const& l) : locale_(l) {}