]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/geometry/algorithms/closest_points.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / closest_points.hpp
1 // Boost.Geometry
2
3 // Copyright (c) 2021, Oracle and/or its affiliates.
4
5 // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
6
7 // Licensed under the Boost Software License version 1.0.
8 // http://www.boost.org/users/license.html
9
10 #ifndef BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP
11 #define BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP
12
13 #include <boost/geometry/algorithms/detail/closest_points/interface.hpp>
14 #include <boost/geometry/algorithms/detail/closest_points/implementation.hpp>
15
16 #endif // BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP