mirror of
https://github.com/boostorg/system.git
synced 2025-12-30 02:28:09 +01:00
Compare commits
2 Commits
feature/re
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b930bc38ac | ||
|
|
9529e070ea |
@@ -21,4 +21,5 @@ explicit
|
||||
;
|
||||
|
||||
call-if : boost-library system
|
||||
: install boost_system
|
||||
;
|
||||
|
||||
@@ -11,6 +11,10 @@ https://www.boost.org/LICENSE_1_0.txt
|
||||
## Changes in Boost 1.91
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user