]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/accumulators/framework/accumulators/external_accumulator.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / accumulators / framework / accumulators / external_accumulator.hpp
index 71dce42e51b67ff59bb456417f1fb1e4244ba7cd..eb6965c0ab85bc0101056e3a80e0319fc24b45de 100644 (file)
@@ -34,7 +34,7 @@ namespace boost { namespace accumulators { namespace impl
         template<typename Args>
         result_type result(Args const &args) const
         {
-            return this->extract_(args, args[parameter::keyword<Tag>::get() | 0]);
+            return this->extract_(args, args[parameter::keyword<Tag>::instance | 0]);
         }
 
     private: