2
0
mirror of https://github.com/boostorg/system.git synced 2026-01-19 04:42:12 +00:00

Update revision history

This commit is contained in:
Peter Dimov
2025-12-18 19:28:55 +02:00
parent 9529e070ea
commit b930bc38ac

View File

@@ -11,6 +11,10 @@ https://www.boost.org/LICENSE_1_0.txt
## Changes in Boost 1.91 ## Changes in Boost 1.91
* The return type of `operator|(result<T&>, U)` has been changed to non-reference. * The return type of `operator|(result<T&>, U)` has been changed to non-reference.
* Pointers to members in `r & f` are now supported (by using `boost::compat::invoke`).
* A CMake config file is now installed, even though the library is header-only. This
avoids breaking third-party `CMakeLists.txt` files that contain
`find_package(Boost COMPONENTS system ...)`.
## Changes in Boost 1.89 ## Changes in Boost 1.89