Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Buffer() Seg Faults with Ring as Input #370
Comments
xmrflipflop
changed the title from
Buffer Throws Abort with Ring to Buffer() Aborts with Ring as Input
Dec 1, 2016
xmrflipflop
changed the title from
Buffer() Aborts with Ring as Input to Buffer() Seg Faults with Ring as Input
Dec 1, 2016
xmrflipflop
commented
Dec 1, 2016
|
Can confirm same behaviour with C++11 and current |
barendgehrels
self-assigned this
Dec 1, 2016
|
I can reproduce this. Will look at it next Wednesday. |
|
Sorry, it was not next Wednesday, but (hopefully) still in time to make it for 1.64. |
barendgehrels
closed this
Mar 26, 2017
awulkiew
added the
bug
label
Apr 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xmrflipflop commentedDec 1, 2016
On boost version 1.58.0 and C++14, boost geometry buffer with strategies fails when the input geometry given is a ring. Changing the type to a polygon behaves as expected.
I don't have newer boost versions available for testing unfortunately.
Test code below.