Dec 17, 2019 0 0 C++ coroutines: no callable ‘await_resume’ function found for type Raymond Chen The thing you want isn't there.
Dec 16, 2019 2 0 C++ coroutines: Short-circuiting suspension, part 2 Raymond Chen Avoiding suspension entirely.
Dec 13, 2019 1 0 C++ coroutines: Short-circuiting suspension, part 1 Raymond Chen Avoiding needless stack buildup.
Dec 12, 2019 4 0 C++ coroutines: Awaiting an IAsyncAction without preserving thread context Raymond Chen Another use for a custom awaiter.
Dec 10, 2019 1 0 C++ coroutines: Constructible awaitable or function returning awaitable? Raymond Chen Two common patterns for simple awaitable objects.
Dec 9, 2019 3 0 C++ coroutines: Getting started with awaitable objects Raymond Chen Starting our walk-around.
Dec 6, 2019 4 0 In C++/WinRT, what happens when I treat an IInspectable as or convert one to a bool Raymond Chen Much less weird than C++/CX.
Dec 5, 2019 4 0 In C++/CX, hat pointers are contextually convertible to bool, but you can’t always static_cast them to bool Raymond Chen Because C++/CX is weird like that.
Dec 4, 2019 7 0 Not actually crossing the airtight hatchway: Harmless out-of-bounds read that is never disclosed Raymond Chen There's no way to make anything bad happen, so is anything bad actually happening?