mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
Fixed call to do_reverse for std::vector output
[SVN r69586]
This commit is contained in:
@@ -111,7 +111,7 @@ struct intersection
|
||||
Geometry1, Geometry2,
|
||||
detail::overlay::do_reverse<geometry::point_order<Geometry1>::value, false>::value,
|
||||
detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, false>::value,
|
||||
detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value,
|
||||
detail::overlay::do_reverse<geometry::point_order<OneOut>::value>::value,
|
||||
output_iterator, OneOut,
|
||||
overlay_intersection,
|
||||
Strategy
|
||||
|
||||
Reference in New Issue
Block a user