Update revision history

This commit is contained in:
Peter Dimov
2022-05-05 02:30:07 +03:00
parent a97e5a0546
commit 5debb8a041

View File

@ -8,6 +8,13 @@ https://www.boost.org/LICENSE_1_0.txt
# Revision History
:idprefix:
## Changes in Boost 1.80
* When an `error_code` is converted to `std::error_code` and then back
to `error_code`, the original is now restored, if possible.
* Reworked the conversion from `error_category` to `std::error_category`
to avoid the one-time allocation that shows up on leak checkers.
## Changes in Boost 1.79
* Added a `boost::source_location` parameter to `throw_exception_from_error`.