]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/accumulators/framework/accumulators/value_accumulator.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / accumulators / framework / accumulators / value_accumulator.hpp
index 02bf7f34993373abe76c144fb3bca2d14dda575a..148549b08537093dbced907c546fd4613a109e63 100644 (file)
@@ -30,7 +30,7 @@ namespace impl
 
         template<typename Args>
         value_accumulator_impl(Args const &args)
-          : val(args[parameter::keyword<Tag>::get()])
+          : val(args[parameter::keyword<Tag>::instance])
         {
         }