You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix inner/outer ring accessor boost::geometry adaptor types/functions
These types/functions are used to let boost functions access our
polygon/ring types. They are supposed to return (const) references.
I found the bug while doing more complicated geometry processing,
working on some future code for osm2pgsql. It seems the buggy code does
not produce any problems in current code, but I can not guarantee it.
Theoretically it could lead to crashes. It might make some code slower,
though, because of unnecessary copying.
0 commit comments