]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/geometry/algorithms/detail/is_simple/implementation.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / is_simple / implementation.hpp
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2
3 // Copyright (c) 2014-2021, Oracle and/or its affiliates.
4
5 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
6 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
7
8 // Licensed under the Boost Software License version 1.0.
9 // http://www.boost.org/users/license.html
10
11 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
12 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
13
14 #include <boost/geometry/algorithms/detail/is_simple/always_simple.hpp>
15 #include <boost/geometry/algorithms/detail/is_simple/areal.hpp>
16 #include <boost/geometry/algorithms/detail/is_simple/linear.hpp>
17 #include <boost/geometry/algorithms/detail/is_simple/multipoint.hpp>
18
19 #include <boost/geometry/strategies/relate/cartesian.hpp>
20 #include <boost/geometry/strategies/relate/geographic.hpp>
21 #include <boost/geometry/strategies/relate/spherical.hpp>
22
23 #endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP