]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/include/boost/geometry/algorithms/detail/is_valid/implementation.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / include / boost / geometry / algorithms / detail / is_valid / implementation.hpp
CommitLineData
7c673cae
FG
1// Boost.Geometry (aka GGL, Generic Geometry Library)
2
3// Copyright (c) 2014, Oracle and/or its affiliates.
4
5// Contributed and/or modified by Menelaos Karavelas, 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_DETAIL_IS_VALID_IMPLEMENTATION_HPP
11#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_VALID_IMPLEMENTATION_HPP
12
13#include <boost/geometry/algorithms/detail/is_valid/pointlike.hpp>
14#include <boost/geometry/algorithms/detail/is_valid/linear.hpp>
15#include <boost/geometry/algorithms/detail/is_valid/polygon.hpp>
16#include <boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>
17#include <boost/geometry/algorithms/detail/is_valid/ring.hpp>
18#include <boost/geometry/algorithms/detail/is_valid/segment.hpp>
19#include <boost/geometry/algorithms/detail/is_valid/box.hpp>
20
21#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_VALID_IMPLEMENTATION_HPP