File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88[section:history Revision History]
99
10- [heading Asio 1.31.0 / Boost 1.86 beta]
10+ [heading Asio 1.32.0 / Boost 1.86]
11+
12+ * Fixed an issue in `co_composed` caused by a missing `decay`.
13+ * Fixed an issue in `co_composed` due to a missing reference in a cast to a base
14+ class type.
15+ * Changed to use the standard C++20 coroutine feature test macro by default.
16+ * Changed to use `std::aligned_alloc` on Android, when available.
17+ * Fixed an integer conversion warning in `ip::address_v6`, on iOS/tvOS.
18+ * Added missing include of `<malloc.h>` required for `_alloca`.
19+ * Changed to use a standard feature test macro to check if the standard library
20+ supports `std::invoke_result`.
21+ * Fixed handling of `file_base::append` in Windows file support.
22+ * Fixed some warnings in IP address to string conversion.
23+ * Added support for using `co_spawn` when exceptions are disabled.
24+ * Fixed `spawn.hpp` header to be self-contained.
25+ * Enabled TLS v1.3 options for WolfSSL.
26+ * Fixed `experimental::coro` implementation to use the correct cancellation
27+ slot.
28+ * Fixed `io_context::strand::wrap()` so that its return value has an associated
29+ executor.
30+ * Marked `constexpr` global variables as `inline`.
31+ * Documentation fixes.
32+
33+ [heading Asio 1.31.0]
1134
1235* Changed the `default_completion_token` trait's primary template to select
1336 `deferred` as the default completion token. As a result, most asynchronous
You can’t perform that action at this time.
0 commit comments