From 7e7e9afd3fdcb61e40bcab1169fcc2bcae9cdbdc Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 20 Jan 2020 20:44:02 +0100 Subject: [PATCH] [overlay] Add missing template keywords. --- include/boost/geometry/algorithms/detail/overlay/follow.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/follow.hpp b/include/boost/geometry/algorithms/detail/overlay/follow.hpp index 90597fd8c..303e1cd02 100644 --- a/include/boost/geometry/algorithms/detail/overlay/follow.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/follow.hpp @@ -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));