From fccd2c2b7f4837253b1109999d544bbe58b0954e Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 18 Jun 2014 14:13:57 +0200 Subject: [PATCH] [buffer][fix] add required parameter for visit policy --- .../boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {} };