Skip to content

Commit b930bc3

Browse files
committed
Update revision history
1 parent 9529e07 commit b930bc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/system/changes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ https://www.boost.org/LICENSE_1_0.txt
1111
## Changes in Boost 1.91
1212

1313
* The return type of `operator|(result<T&>, U)` has been changed to non-reference.
14+
* Pointers to members in `r & f` are now supported (by using `boost::compat::invoke`).
15+
* A CMake config file is now installed, even though the library is header-only. This
16+
avoids breaking third-party `CMakeLists.txt` files that contain
17+
`find_package(Boost COMPONENTS system ...)`.
1418
1519
## Changes in Boost 1.89
1620

0 commit comments

Comments
 (0)