Skip to content

Upgrade boost to 1.66 to have the beast library

Nick Laurenson requested to merge Upgrade/Boost into master

Boost 1.66 add the new library: beast. Beast is build on top of boost asio, and help with http request and other nice stuff. Also the functionalities provided by chrono, regex and thread, are now provided by the C++11. So they are not needed anymore

Merge request reports