]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/typeof/register_mem_functions.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / typeof / register_mem_functions.hpp
index 9cf9720b79882ac2a74f4b7eb29dbd307be77059..f4a42d78f391b983a7e5d557d2156287386ec710 100644 (file)
@@ -15,7 +15,7 @@ struct encode_type_impl<V, R(T::*)(BOOST_PP_ENUM_PARAMS(n, P)) BOOST_TYPEOF_qual
 };
 
 template<class Iter>
-struct decode_type_impl<boost::mpl::size_t<BOOST_TYPEOF_id + n>, Iter>
+struct decode_type_impl<boost::type_of::constant<std::size_t,BOOST_TYPEOF_id + n>, Iter>
 {
     typedef Iter iter0;
     BOOST_TYPEOF_DECODE_PARAMS(BOOST_PP_ADD(n, 2))