diff --git a/include/boost/geometry/algorithms/append.hpp b/include/boost/geometry/algorithms/append.hpp index d5967615e..f2d0d366d 100644 --- a/include/boost/geometry/algorithms/append.hpp +++ b/include/boost/geometry/algorithms/append.hpp @@ -195,7 +195,7 @@ struct append {}; template -struct variant_dispatch +struct devarianted_append { template static inline void apply(Geometry& geometry, @@ -213,7 +213,7 @@ struct variant_dispatch template -struct variant_dispatch > +struct devarianted_append > { template struct visitor: boost::static_visitor @@ -281,7 +281,7 @@ template inline void append(Geometry& geometry, RangeOrPoint const& range_or_point, int ring_index = -1, int multi_index = 0) { - dispatch::variant_dispatch + dispatch::devarianted_append ::apply(geometry, range_or_point, ring_index, multi_index); }