mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
[test][point_on_surface] Remove unused typedef.
This commit is contained in:
parent
77b196b88c
commit
e59976b358
@ -138,7 +138,6 @@ void test_geometry(std::string const& case_id, std::string const& wkt, double ex
|
|||||||
template <typename Point>
|
template <typename Point>
|
||||||
void test_point_order_and_type()
|
void test_point_order_and_type()
|
||||||
{
|
{
|
||||||
typedef bg::model::polygon<Point> polygon;
|
|
||||||
typedef bg::model::polygon<Point, false, false> ccw_open_polygon;
|
typedef bg::model::polygon<Point, false, false> ccw_open_polygon;
|
||||||
typedef bg::model::polygon<Point, true, false> cw_open_polygon;
|
typedef bg::model::polygon<Point, true, false> cw_open_polygon;
|
||||||
typedef bg::model::polygon<Point, false, true> ccw_closed_polygon;
|
typedef bg::model::polygon<Point, false, true> ccw_closed_polygon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user