]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/detail/bessel_jy_asym.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / detail / bessel_jy_asym.hpp
index 3608245f79dc538a2ca1b686bd484175d2eba2bb..795ac66882645f72733fc0d6baf638aa1a2d2853 100644 (file)
@@ -133,7 +133,7 @@ inline bool asymptotic_bessel_large_x_limit(int v, const T& x)
       // error rates either side of the divide for v < 10000.
       // At double precision eps^1/8 ~= 0.01.
       //
-      BOOST_ASSERT(v >= 0);
+      BOOST_MATH_ASSERT(v >= 0);
       return (v ? v : 1) < x * 0.004f;
 }