mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-27 19:02:12 +00:00
[buffer][test] remove default argument - change order
This commit is contained in:
@@ -91,7 +91,7 @@ void test_all()
|
||||
distance_strategy(1),
|
||||
side_strategy,
|
||||
bg::strategy::buffer::point_circle(36),
|
||||
1, 0, 3.12566719800474635, ut_settings(1.0));
|
||||
1, 0, 3.12566719800474635, ut_settings(1.0), NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user