zerebubuth / planet-dump-ng

Converts an OpenStreetMap database dump into planet files.
BSD 2-Clause "Simplified" License
30 stars 8 forks source link

Remove no longer required workaround in boost 1.73 and later #28

Closed tomhughes closed 2 years ago

tomhughes commented 2 years ago

This workaround no longer compiles in boost 1.73 and later as get_month_map_ptr was removed in https://github.com/boostorg/date_time/commit/cb3bd50b90a3b1e142d0eaf02e73f410462e6ee7.

I believe the new code should be thread safe for C++11 and later.

zerebubuth commented 2 years ago

Thanks!

tomhughes commented 2 years ago

Thanks - it would be good to have a new release at some point for Ubuntu 22.04 compatibility which needs this.

zerebubuth commented 2 years ago

No problem, I just tagged release v1.2.4 :smile: