Oct 2, 2020 Post comments count6 Post likes count0 Little gotcha with C++/WinRT iterators: The case of the mutated temporary Raymond Chen You are operating on copies, not the originals.
Oct 1, 2020 Post comments count1 Post likes count0 Bonus operations for C++/WinRT iterators: The IIterable<T>, and C++/WinRT collections Raymond Chen Stepping through a collection.