17 lines
472 B
C++
17 lines
472 B
C++
// Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
// Copyright (c) 2014, Oracle and/or its affiliates.
|
|
|
|
// Licensed under the Boost Software License version 1.0.
|
|
// http://www.boost.org/users/license.html
|
|
|
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
|
|
#ifndef BOOST_TEST_MODULE
|
|
#define BOOST_TEST_MODULE test_set_ops_pointlike_pointlike
|
|
#endif
|
|
|
|
#include "intersection_pl_pl.cpp"
|
|
#include "union_pl_pl.cpp"
|
|
#include "difference_pl_pl.cpp"
|