Update revision history

This commit is contained in:
Peter Dimov
2021-09-17 18:19:24 +03:00
parent 967b7cbc98
commit 48e56b9874

View File

@ -12,7 +12,9 @@ https://www.boost.org/LICENSE_1_0.txt
* Added support for source locations to `error_code`.
* Added `error_code::to_string`.
* `system_error::what` now contains the source location, if present.
* `system_error::what()` now contains the source location, if present.
* Added `result<T, E = error_code>`, a class holding either a value or an
error, defined in `<boost/system/result.hpp>`.
## Changes in Boost 1.77