mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
[geometry] fix for clang
[SVN r83998]
This commit is contained in:
@@ -314,7 +314,8 @@ struct buffer_inserter<point_tag, Point, RingOutput>
|
||||
EndStrategy const& end_strategy)
|
||||
{
|
||||
collection.start_new_ring();
|
||||
generate_circle(point, collection, distance, join_strategy, end_strategy);
|
||||
typedef detail::buffer::buffer_point<Point, RingOutput> base;
|
||||
base::generate_circle(point, collection, distance, join_strategy, end_strategy);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user