diff --git a/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp b/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp index 4d5fa2d85..b34650c64 100644 --- a/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp +++ b/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp @@ -159,7 +159,7 @@ struct buffer_range } // The corner is convex, we create a join - // TODO - try to avoid a separate vector, add the piece directly + // TODO (future) - avoid a separate vector, add the piece directly std::vector range_out; join_strategy.apply(intersection_point, previous_input, prev_perp2, perp1, @@ -449,7 +449,6 @@ struct buffer_inserter robust_policy); // Buffer is closed automatically by last closing corner - // (OPEN IT FOR OPEN POLYGONS - TODO) } template