diff --git a/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp b/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp index ec9bd8fde..df46db49a 100644 --- a/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp +++ b/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp @@ -308,7 +308,7 @@ struct buffer_multi struct visit_pieces_default_policy { template - static inline void apply(Collection const&) + static inline void apply(Collection const&, int) {} };