]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/sinc.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / sinc.hpp
index 131e985fd9fdb73051691c01deb59fe32f5c173b..7220d30b81179c33c64468d0c87abde6152bc8b9 100644 (file)
 #include <boost/math/tools/precision.hpp>
 #include <boost/math/policies/policy.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
-#include <boost/config/no_tr1/cmath.hpp>
-#include <boost/limits.hpp>
+#include <limits>
 #include <string>
 #include <stdexcept>
-
-
-#include <boost/config.hpp>
-
+#include <cmath>
 
 // These are the the "Sinus Cardinal" functions.
 
@@ -70,7 +66,6 @@ namespace boost
           return detail::sinc_pi_imp(static_cast<result_type>(x));
        }
 
-#ifndef    BOOST_NO_TEMPLATE_TEMPLATES
         template<typename T, template<typename> class U>
         inline U<T>    sinc_pi(const U<T> x)
         {
@@ -117,7 +112,6 @@ namespace boost
         {
            return sinc_pi(x);
         }
-#endif    /* BOOST_NO_TEMPLATE_TEMPLATES */
     }
 }