File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 77
88[section:history Revision History]
99
10- [heading Asio 1.30.1 / Boost 1.85 beta]
10+ [heading Asio 1.30.2 / Boost 1.85]
11+
12+ * Fixed `co_spawn` to correctly propagate exceptions resulting from cancellation
13+ to the completion handler.
14+ * Added calls to `std::launder` to fix undefined behaviour in `awaitable<>`
15+ internal storage.
16+ * Added missing handling of the `file_base::append` flag in the Windows
17+ implementation of file support.
18+ * Updated the socket and descriptor implementations to add more cases where they
19+ will fall back to `fcntl` if a call to `ioctl` fails.
20+ * Fixed a compile error that occurred when channels and `experimental::coro`
21+ were both used in the same translation unit.
22+ * Added missing CancellationSlot type requirements to documentation.
23+ * Minor documentation updates.
24+
25+ [heading Asio 1.30.1]
1126
1227* Fixed the `async_result` primary template's concept checking to correctly
1328 handle lvalue-qualified completion signatures.
You can’t perform that action at this time.
0 commit comments