boostorg / boostorg/geometry

add robustness test for linestring buffer with flat ends

Open
#1,408 0 comments 0 reactions 1 assignee Claimed by @barendgehrels View on GitHub
tests
Dominant language
C++
Stars
517
Forks
232
PR merge metrics
No merged PRs in 30d

Description

See #1404
It should specifically hunt for and test, in `include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp`
```
if (piece.type == geometry::strategy::buffer::buffered_empty_side)
{
return false;
```

and what would go wrong there in some cases

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.