]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/detail/hypergeometric_cf.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / detail / hypergeometric_cf.hpp
index 64dfd75b5dcebbf2a98fca26d413eb4f8bc75a3a..236cc551a6dd75ece9acd64ec4269307772bb50b 100644 (file)
   inline T compute_cf_pFq(detail::hypergeometric_pFq_cf_term<T, p, q>& term, const Policy& pol)
   {
     BOOST_MATH_STD_USING
-    boost::uintmax_t max_iter = policies::get_max_series_iterations<Policy>();
+    std::uintmax_t max_iter = policies::get_max_series_iterations<Policy>();
     const T result = tools::continued_fraction_b(
       term,
       boost::math::policies::get_epsilon<T, Policy>(),