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-03 13:13:40 +02:00
parent 62878a6d06
commit 05cb8f459c

View File

@@ -1,5 +1,5 @@
////
Copyright 2018-2022 Peter Dimov
Copyright 2018-2025 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
////
@@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt
# Revision History
:idprefix:
## Changes in Boost 1.91
* The return type of `operator|(result<T&>, U)` has been changed to non-reference.
## Changes in Boost 1.89
* The stub compiled library has been removed; System has been header-only since release 1.69.