Sep 25, 2020 Post comments count0 Post likes count1 Structured binding may be the new hotness, but we’ll always have std::tie Raymond Chen Sometimes the old things are what you need.
Sep 24, 2020 Post comments count2 Post likes count1 Inside C++/WinRT: How does C++/WinRT represent ABI types? Raymond Chen Hiding in the internal impl::abi template.
Sep 23, 2020 Post comments count0 Post likes count1 How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 3 Raymond Chen Automatic cancellation propagation is here.
Sep 22, 2020 Post comments count5 Post likes count3 Why does the Disk Cleanup tool’s Windows Update Cleanup take so long and consume so much CPU? Raymond Chen It's doing some real work.
Sep 21, 2020 Post comments count5 Post likes count1 Git commit-tree parlor tricks, Part 8: I just rebased my branch, but now I realize that I should have merged Raymond Chen You can rewrite the tree while preserving files.
Sep 18, 2020 Post comments count2 Post likes count1 I get a weird error about no matching function when I try to use winrt::capture Raymond Chen The confusing error message strikes again.
Sep 17, 2020 Post comments count6 Post likes count1 The C++/WinRT “capture” function helps you interoperate with the COM ABI world Raymond Chen Simplifying a common COM pattern.
Sep 16, 2020 Post comments count2 Post likes count1 Why did I lose the ability to co_await a std::future and concurrency::task? Raymond Chen Early moves in a direction that didn't pan out.
Sep 15, 2020 Post comments count22 Post likes count2 Embarrassing product names averted: Windows Embedded POS and Windows 10 for Advanced PCs Raymond Chen If you see something, say something.
Sep 14, 2020 Post comments count1 Post likes count1 What’s up with error C4838: a WinRT type cannot be a member of a union, and how can I work around it? Raymond Chen A restriction left over from C++03.