Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Dimov
b930bc38ac Update revision history 2025-12-18 19:28:55 +02:00
Peter Dimov
9529e070ea Still install boost_system, for the CMake configuration. Refs #132. 2025-12-15 21:52:49 +02:00
2 changed files with 5 additions and 0 deletions

View File

@@ -21,4 +21,5 @@ explicit
;
call-if : boost-library system
: install boost_system
;

View File

@@ -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