Skip to content

Commit

Permalink
[test][overlay] Suppress unused typedef warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Mar 10, 2016
1 parent 1142490 commit 8bdc210
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/algorithms/overlay/overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,7 @@ void test_all()
{
typedef bg::model::point<T, 2, bg::cs::cartesian> point_type;
typedef bg::model::polygon<point_type> polygon;
typedef bg::model::multi_polygon
<
bg::model::polygon<point_type>
> multi_polygon;
typedef bg::model::multi_polygon<polygon> multi_polygon;

test_overlay<multi_polygon, bg::overlay_union>
(
Expand Down

0 comments on commit 8bdc210

Please sign in to comment.