8 Dec
2022
8 Dec
'22
4:48 p.m.
Am 06.12.22 um 09:48 schrieb Rainer Deyke via Boost:
At a first glance, the following libraries would have to justify their continued existence as "core" Boost libraries:
Coroutine 2 (superseded by C++20 coroutines)
Coroutines from boost.coroutine2 are stackful != 'stackless' Coroutines from C++20 Stackful coroutines can suspend their execution within a deep callstack of ordinary functions while this is not permitted with C++20 coroutines. A C++20 coroutine requires that all invoked functions return or marked as C++20 coroutines too.