May 17, 2022 Post comments count8 Post likes count0 Writing a sort comparison function, part 1: basics Raymond Chen Trying to avoid the pitfalls.
May 16, 2022 Post comments count7 Post likes count0 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 Post comments count5 Post likes count0 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 Post comments count0 Post likes count0 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 Post comments count2 Post likes count0 On ways of finding out when a C++/WinRT IAsyncAction has run to completion Raymond Chen Just some noodling on ideas.
May 10, 2022 Post comments count5 Post likes count0 A brief summary of the various versions of the Security Descriptor Definition Language (SDDL) Raymond Chen Things come, and rarely go.
May 9, 2022 Post comments count0 Post likes count0 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 Post comments count3 Post likes count0 On awaiting a task with a timeout in C++/WinRT Raymond Chen Doing the same thing, just in another language.
May 5, 2022 Post comments count4 Post likes count1 On awaiting a task with a timeout in C# Raymond Chen Putting something together from pieces you already have.
May 4, 2022 Post comments count0 Post likes count0 Producing an empty Windows Runtime type in C++/WinRT Raymond Chen How to say that you don't have anything.