mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-29 19:42:10 +00:00
[overlay] Add missing template keywords.
This commit is contained in:
@@ -492,7 +492,7 @@ public :
|
||||
{
|
||||
debug_traverse(*it, *iit, "-> Isolated point");
|
||||
|
||||
action::isolated_point
|
||||
action::template isolated_point
|
||||
<
|
||||
typename pointlike::type
|
||||
>(it->point, pointlike::get(out));
|
||||
@@ -522,7 +522,7 @@ public :
|
||||
else if (FollowIsolatedPoints
|
||||
&& current_piece_size == 1)
|
||||
{
|
||||
action::isolated_point
|
||||
action::template isolated_point
|
||||
<
|
||||
typename pointlike::type
|
||||
>(range::front(current_piece), pointlike::get(out));
|
||||
|
||||
Reference in New Issue
Block a user