]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/interpolators/detail/septic_hermite_detail.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / interpolators / detail / septic_hermite_detail.hpp
index ad69bf530a6603c1378def6c06b677553b440ac5..65e9474d562f7e090e36eb00baad91a8e233954f 100644 (file)
 #include <sstream>
 #include <cmath>
 
-namespace boost::math::interpolators::detail {
+namespace boost {
+namespace math {
+namespace interpolators {
+namespace detail {
 
 template<class RandomAccessContainer>
 class septic_hermite_detail {
@@ -641,6 +644,8 @@ private:
     Real inv_dx_;
 };
 
-
+}
+}
+}
 }
 #endif