]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/accumulators/framework/accumulators/reference_accumulator.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / accumulators / framework / accumulators / reference_accumulator.hpp
index bf4252ca6a9bb97ec874062e293ed793c1c9ecce..e50a751dc51615d810bdeef8c00180df117989be 100644 (file)
@@ -31,7 +31,7 @@ namespace impl
 
         template<typename Args>
         reference_accumulator_impl(Args const &args)
-          : ref(args[parameter::keyword<Tag>::get()])
+          : ref(args[parameter::keyword<Tag>::instance])
         {
         }