[test][overlay] Suppress unused typedef warning.

This commit is contained in:
Adam Wulkiewicz 2016-03-10 18:19:52 +01:00
parent 1142490f47
commit 8bdc2104b3

View File

@ -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>
(