]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/ellint_2.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / ellint_2.hpp
index 350b7b018e5d8fb789ea6572ba5593bb742ecff4..cd4380941bd1b0bcf857d2d9714fd70804636a6d 100644 (file)
@@ -161,7 +161,7 @@ T ellint_e_imp(T k, const Policy& pol)
 }
 
 template <typename T, typename Policy>
-inline typename tools::promote_args<T>::type ellint_2(T k, const Policy& pol, const boost::true_type&)
+inline typename tools::promote_args<T>::type ellint_2(T k, const Policy& pol, const std::true_type&)
 {
    typedef typename tools::promote_args<T>::type result_type;
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
@@ -170,7 +170,7 @@ inline typename tools::promote_args<T>::type ellint_2(T k, const Policy& pol, co
 
 // Elliptic integral (Legendre form) of the second kind
 template <class T1, class T2>
-inline typename tools::promote_args<T1, T2>::type ellint_2(T1 k, T2 phi, const boost::false_type&)
+inline typename tools::promote_args<T1, T2>::type ellint_2(T1 k, T2 phi, const std::false_type&)
 {
    return boost::math::ellint_2(k, phi, policies::policy<>());
 }