boost: Version Update -> 1.66.0 5331/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 28 Dec 2017 13:29:43 +0000 (13:29 +0000)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 28 Dec 2017 13:29:43 +0000 (13:29 +0000)
commite7322fdea43dea62a57af258cda64bad7d42cdf7
tree6df0dab001e1a526d974c5e7fe5cc192c8f8bec5
parent0ec2c1b5c5c358d7d668dda51666f78cb6910c57
boost: Version Update -> 1.66.0

This package release updates boost to version 1.66.0.
Boost 1.66.0 brings three new header-only libs:
- Beast [1]: Portable HTTP, WebSocket, and network operations using only C++11
             and Boost.Asio, from Vinnie Falco.
- CallableTraits [2]: A spiritual successor to Boost.FunctionTypes,
                      Boost.CallableTraits is a header-only C++11 library for
                      the compile-time inspection and manipulation of all
                      'callable' types. Additional support for C++17 features,
                       from Barrett Adair.
- Mp11 [3]: A C++11 metaprogramming library, from Peter Dimov.

More info about this release, can be found in [4].

[1]: http://www.boost.org/doc/libs/1_66_0/libs/beast/doc/html/index.html
[2]: http://www.boost.org/doc/libs/1_66_0/libs/callable_traits/doc/html/index.html
[3]: http://www.boost.org/doc/libs/1_66_0/libs/mp11/doc/html/mp11.html
[4]: http://www.boost.org/users/history/version_1_66_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile
libs/boost/patches/010-fiber_fix_0506e46640989e1f919388ad36890bd6063cd43a.patch [deleted file]