]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/interpolators/septic_hermite.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / interpolators / septic_hermite.hpp
index 67ed476a1f2b432895db943c2feabe9a3d82f398..035c16c1a6b924f3aac43abb7757e2c5c7894d24 100644 (file)
@@ -11,7 +11,9 @@
 #include <memory>
 #include <boost/math/interpolators/detail/septic_hermite_detail.hpp>
 
-namespace boost::math::interpolators {
+namespace boost {
+namespace math {
+namespace interpolators {
 
 template<class RandomAccessContainer>
 class septic_hermite
@@ -138,5 +140,7 @@ private:
     std::shared_ptr<detail::cardinal_septic_hermite_detail_aos<RandomAccessContainer>> impl_;
 };
 
+}
+}
 }
 #endif 
\ No newline at end of file