mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
[buffer][fix] add required parameter for visit policy
This commit is contained in:
@@ -308,7 +308,7 @@ struct buffer_multi
|
||||
struct visit_pieces_default_policy
|
||||
{
|
||||
template <typename Collection>
|
||||
static inline void apply(Collection const&)
|
||||
static inline void apply(Collection const&, int)
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user