May 17, 2022 8 0 Writing a sort comparison function, part 1: basics Raymond Chen Trying to avoid the pitfalls.
May 16, 2022 7 0 How can I synthesize a C++20 three-way comparison from two-way comparisons? Raymond Chen Multiple ways of synthesizing a comparison.
May 13, 2022 5 0 Should I pay attention to the warning that I’m std::move‘ing from a trivial type? Part 2 Raymond Chen It's not about the journey. It's about the destination.
May 12, 2022 0 0 Should I pay attention to the warning that I’m std::move‘ing from a trivial type? Part 1 Raymond Chen It's just informing you that what you're doing may not have the desired effect, depending on what your desired effect was.
May 11, 2022 2 0 On ways of finding out when a C++/WinRT IAsyncAction has run to completion Raymond Chen Just some noodling on ideas.
May 10, 2022 5 0 A brief summary of the various versions of the Security Descriptor Definition Language (SDDL) Raymond Chen Things come, and rarely go.
May 9, 2022 0 0 Why does my overridable Windows Runtime method turn into a protected method, and how can I work around it? Raymond Chen Just an odd rule, but it's there for a reason.
May 6, 2022 3 0 On awaiting a task with a timeout in C++/WinRT Raymond Chen Doing the same thing, just in another language.
May 5, 2022 4 1 On awaiting a task with a timeout in C# Raymond Chen Putting something together from pieces you already have.
May 4, 2022 0 0 Producing an empty Windows Runtime type in C++/WinRT Raymond Chen How to say that you don't have anything.