]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/interpolators/makima.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / interpolators / makima.hpp
index 4284073cad80811ad910b3f945c29e88a777d7c7..e1dc57f71c090ce9302ee715c15af8c7562673c8 100644 (file)
@@ -13,7 +13,9 @@
 #include <cmath>
 #include <boost/math/interpolators/detail/cubic_hermite_detail.hpp>
 
-namespace boost::math::interpolators {
+namespace boost {
+namespace math {
+namespace interpolators {
 
 template<class RandomAccessContainer>
 class makima {
@@ -170,5 +172,7 @@ private:
     std::shared_ptr<detail::cubic_hermite_detail<RandomAccessContainer>> impl_;
 };
 
+}
+}
 }
 #endif
\ No newline at end of file