Hello,
I have issue with postgis test test_lwgeom_clip_by_rect on release build with gcc 12.2.0
and I have fixed it with the following code
https://github.com/mapbox/wagyu/blob/master/include/mapbox/geometry/wagyu/intersect_util.hpp#L89
on_intersection_swap(intersect_list<T>& i) : intersects(i) {
intersects.reserve(2); // new line
}
Suppose this is happen due to bug in stdlib or compiler.
Can anybody point me to something related?
Hello,
I have issue with postgis test test_lwgeom_clip_by_rect on release build with gcc 12.2.0
and I have fixed it with the following code
https://github.com/mapbox/wagyu/blob/master/include/mapbox/geometry/wagyu/intersect_util.hpp#L89
Suppose this is happen due to bug in stdlib or compiler.
Can anybody point me to something related?