]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/unordered/test/helpers/strong.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / unordered / test / helpers / strong.hpp
index 040c18b4f3f961cea9260f07073a281a103cfa8d..3c9361337b6cb6f1bade4c02b2340db22affb77c 100644 (file)
@@ -15,7 +15,7 @@
 namespace test {
   template <class X> class strong
   {
-    typedef test::list<BOOST_DEDUCED_TYPENAME X::value_type> values_type;
+    typedef test::list<typename X::value_type> values_type;
     values_type values_;
     unsigned int allocations_;