diff --git a/test/algorithms/buffer/buffer_multi_point.cpp b/test/algorithms/buffer/buffer_multi_point.cpp index e2b3a4601..43bb08a61 100644 --- a/test/algorithms/buffer/buffer_multi_point.cpp +++ b/test/algorithms/buffer/buffer_multi_point.cpp @@ -80,6 +80,11 @@ void test_all() 115057490003226.125, ut_settings(1.0)); { + typename bg::strategy::area::services::default_strategy + < + typename bg::cs_tag

::type + >::type area_strategy; + multi_point_type g; bg::read_wkt(mysql_report_3, g); bg::model::multi_polygon buffered; @@ -89,6 +94,7 @@ void test_all() distance_strategy(1), side_strategy, bg::strategy::buffer::point_circle(36), + area_strategy, 1, 0, 3.12566719800474635, ut_settings(1.0)); } }