[Tile-serving] [openstreetmap/osm2pgsql] Move to C++14 (#950)
Jochen Topf
notifications at github.com
Wed Nov 20 08:23:46 UTC 2019
C++14 doesn't really bring that many advantages. You, there is a `make_unique`, some constexpr and lambda improvements etc. but I don't see any major advantages for us. So unless we need to switch anyway because some library we use needs it or so, I'd leave it as it is. We still have enough C->C++ and C++98->C++11 cleanups we can do.
What will be a major change is to C++17, which brings, for instance, `std::variant` and other useful stuff. So I would suggest we target that at some point in the future.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/950#issuecomment-555893916
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20191120/f3a5207f/attachment-0001.html>
More information about the Tile-serving
mailing list