set_ops_pp.cpp 472 B

12345678910111213141516
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2014, Oracle and/or its affiliates.
  3. // Licensed under the Boost Software License version 1.0.
  4. // http://www.boost.org/users/license.html
  5. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  6. #ifndef BOOST_TEST_MODULE
  7. #define BOOST_TEST_MODULE test_set_ops_pointlike_pointlike
  8. #endif
  9. #include "intersection_pl_pl.cpp"
  10. #include "union_pl_pl.cpp"
  11. #include "difference_pl_pl.cpp"