We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9529e07 commit b930bc3Copy full SHA for b930bc3
doc/system/changes.adoc
@@ -11,6 +11,10 @@ https://www.boost.org/LICENSE_1_0.txt
11
## Changes in Boost 1.91
12
13
* 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 ...)`.
18
19
## Changes in Boost 1.89
20
0 commit comments