boost: Bump to version 1.77.0 16520/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 2 Sep 2021 01:06:20 +0000 (02:06 +0100)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 2 Sep 2021 01:12:19 +0000 (02:12 +0100)
commit1953240085d1458c76777853867ec457620e3c69
tree27127fdf2c891b80590a24642a3c3ed50a8a1140
parent862ff880a80a179da8bc433f330ec7e7aff58551
boost: Bump to version 1.77.0

This commit updates boost to version 1.77.0
More info about Boost 1.77.0 can be found at the usual place [1].

There are two new libraries in this version:
* Describe [2]: A C++14 reflection library, from Peter Dimov. Provides
macros for describing enumerators and struct/class members, and
primitives for querying this information.
* Lambda2 [3]: A C++14, dependency-free, single header lambda library, from
Peter Dimov. Allows simple function objects to be constructed via
expressions such as:
_1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'.

[1]: https://www.boost.org/users/history/version_1_77_0.html
[2]: https://www.boost.org/libs/describe/
[3]: https://www.boost.org/libs/lambda2/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile
libs/boost/patches/010-mips64-fiber.patch [deleted file]
libs/boost/patches/010-sparc.patch [new file with mode: 0644]
libs/boost/patches/020-regex.patch [deleted file]
libs/boost/patches/030-sparc.patch [deleted file]