]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/formulas/spherical.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / formulas / spherical.hpp
index ab54180605bb28d768b396d76e9c23f5f6cce56e..c73b8b155548d566a3db7022f659b4b4e2b24a8c 100644 (file)
@@ -99,7 +99,7 @@ static inline PointSph cart3d_to_sph(Point3d const& point_3d)
 
     math::normalize_spheroidal_coordinates
         <
-            typename detail::cs_angular_units<PointSph>::type,
+            typename geometry::detail::cs_angular_units<PointSph>::type,
             coord_t
         >(lon, lat);