[Tile-serving] [osm2pgsql] Replace pthread and boost::thread with std::async (#498)
Paul Norman
notifications at github.com
Sun Nov 8 11:19:54 UTC 2015
> @@ -116,7 +116,7 @@ if (NOT Boost_ADDITIONAL_VERSIONS)
> endif()
>
> # first try to find the version
> -find_package(Boost 1.50 REQUIRED COMPONENTS system filesystem thread ${BOOST_EXTRA})
> +find_package(Boost 1.50 REQUIRED COMPONENTS system filesystem ${BOOST_EXTRA})
If we don't need boost thread then `libboost-thread-dev` should be dropped Ubuntu/Debian and `libboost-thread1.55-dev` from travis.yml
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/498/files#r44223600
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151108/ec8e0e50/attachment.html>
More information about the Tile-serving
mailing list