]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/continued_fractions.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / example / continued_fractions.cpp
index 23f479fc946fee6863f9d1028b8bc6802ff38171..852a8e672b773ed2f52ef5208ac31c75884dc1c1 100644 (file)
@@ -72,7 +72,7 @@ private:
 template <class T>
 inline std::complex<T> expint_as_fraction(unsigned n, std::complex<T> const& z)
 {
-   boost::uintmax_t max_iter = 1000;
+   std::uintmax_t max_iter = 1000;
    expint_fraction<std::complex<T> > f(n, z);
    std::complex<T> result = boost::math::tools::continued_fraction_b(
       f,