]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/algorithms/set_operations/set_ops_ll.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / set_operations / set_ops_ll.cpp
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2
3 // Copyright (c) 2014, Oracle and/or its affiliates.
4
5 // Licensed under the Boost Software License version 1.0.
6 // http://www.boost.org/users/license.html
7
8 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
9
10 #ifndef BOOST_TEST_MODULE
11 #define BOOST_TEST_MODULE test_set_ops_linear_linear
12 #endif
13
14 #include "intersection_linear_linear.cpp"
15 #include "union_linear_linear.cpp"
16 #include "difference_linear_linear.cpp"
17 #include "sym_difference_linear_linear.cpp"