2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Process release notes for 1.89.

This commit is contained in:
Klemens Morgenstern
2025-08-05 09:02:11 +08:00
committed by Peter Dimov
parent d0a288b86e
commit 3825886014

View File

@@ -127,6 +127,11 @@ Please keep the list of libraries sorted in lexicographical order.
to allow compilation of `for (std::string_view name : boost::pfr::names_as_array(empty_struct{}))`.
Many thanks to [@https://github.com/sabudilovskiy sabudilovskiy] for the bug report!
* [phrase library..[@/libs/process/ process]:]
* Added `v1.hpp` to emulate v1 `process.hpp` include.
* Fix to windows path escaping
* Fixed exit-code issue wehre terminate & async_wait lead to a loss of the exit-code value.
* [phrase library..[@/libs/type_index/ TypeIndex]:]
* [*Initial support for C++20 Modules]. See the docs for more info.