Jul 17, 2020 2 0 Deconstructing function pointers in a C++ template, trying to address the calling convention conundrum Raymond Chen Hunting for the right template metaprogramming trick.
Jul 16, 2020 0 0 Deconstructing function pointers in a C++ template, the calling convention conundrum Raymond Chen Teasing out the calling convention from a function pointer.
Jul 15, 2020 1 0 Deconstructing function pointers in a C++ template, vexing variadics Raymond Chen Yet another function signature to specialize.
Jul 14, 2020 4 0 Deconstructing function pointers in a C++ template, the noexcept complication Raymond Chen Trying to infer the noexcept qualifier.
Jul 13, 2020 4 2 Deconstructing function pointers in a C++ template Raymond Chen Learning the magic incantation.
Jul 10, 2020 0 0 Cancelling a Windows Runtime asynchronous operation, part 8: C++/WinRT, revised Raymond Chen Using the completion result.
Jul 9, 2020 0 0 Cancelling a Windows Runtime asynchronous operation, part 7: WRL-generated asynchronous operations Raymond Chen The library that came before.
Jul 8, 2020 3 0 Cancelling a Windows Runtime asynchronous operation, part 6: C++/WinRT-generated asynchronous operations Raymond Chen It came from inside the building.
Jul 7, 2020 3 0 Cancelling a Windows Runtime asynchronous operation, part 5: C++/WinRT Raymond Chen Relying on the ABI result.
Jul 6, 2020 1 0 Cancelling a Windows Runtime asynchronous operation, part 4: C++/CX with PPL, coroutine style with raw IAsyncAction and IAsyncOperation Raymond Chen Looks the same, but actually tastes completely different.