Restoring support for pre-standardization coroutine free awaiters for even older code bases
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Restoring support for pre-standardization coroutine free awaiters for even older code bases
A customer had a large code base that was originally written in C++/CX, and they have been gradually converting it to C++/WinRT. They managed to get most of it converted, but the XAML binding is a major obstacle because you have to do it all at once,
C++ Annotated October 2021: CppCon-dedicated Podcast Episode, Combining String and Templates, Move vs. Copy, and UDL Basics
Источник: Clion Blog
Источник: Clion Blog
JetBrains Blog
C++ Annotated October 2021: CppCon-dedicated Podcast Episode, Combining String and Templates, Move vs. Copy, and UDL Basics | The…
The special October edition of No Diagnostic Required show paired with Cpp.Chat. Digest covering static analyzers in C++, moves in returns, smart pointers and arrays, new syntax for Contracts.
If your domain name parser can’t handle internationalized domain names, then maybe that’s your parser’s problem
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
If your domain name parser can't handle internationalized domain names, then maybe that's your parser's problem - The Old New Thing
A security vulnerability report arrived that went roughly like this: Internet Explorer has a security vulnerability that allows an attacker to bypass domain filtering. Suppose my web site filters domain names, say with the following test: if ($frame_domain…