C++20 - cppreference.com
https://en.cppreference.com/w/cpp/20
The current revision of the C++ standard. Feature test macros. 3-way comparison operator <=> and operator==() = default. designated initializers. init-statements and initializers in range-for. char8_t. [[no_unique_address]]. [[likely]]. [[unlikely]]. pack-expansions in lambda init-captures. removed the...
C++20 - Wikipedia
https://en.wikipedia.org/wiki/C%2B%2B20
C++20 is the name for the revision of the ISO/IEC standard for the C++ programming language following C++17. The standard was technically finalized by WG21 at the meeting in Prague in February 2020, approved on 4 September 2020, and published by ISO in December 2020.
C++20 Features and Fixes in VS 2019 16.1 through 16.6 | C++ Team...
https://devblogs.microsoft.com/cppblog/c20-features-and-fixes-in-vs-2019-16-1-through-16-6/
We've been busy implementing C++20 features in MSVC's compiler and Standard Library, and migrating the latter to microsoft/STL on GitHub - in fact, we've been so busy that we haven't posted a...
The Next Big Thing: C++20 - ModernesCpp.com
https://www.modernescpp.com/index.php/c-20-an-overview
C++20 will change the way we program C++ as fundamentally as C++11. My post C++ Core Guidelines: A Short Detour to Contracts in C++20 gives you more details.
Moving to C++ 20? Here's What You Need to Know | Incredibuild
https://www.incredibuild.com/blog/what-you-need-to-do-to-move-on-to-c-20-the-complete-list
C++20 refines some of the features introduced in the standard's previous versions with the benefit of C++20 now provides a standardized mechanism for code reuse that mirrors what is available in other...
C++20 is here! : cpp
https://www.reddit.com/r/cpp/comments/f5t17a/c20_is_here/
The C++20 standard is out; C++20 compilers will probably be out by the end of the year. You might try using your compiler's "work in progress" version, which is probably enabled with -std=c++2a.
C++20 Is Feature Complete; Here's What Changes Are... | Hackaday
https://hackaday.com/2019/07/30/c20-is-feature-complete-heres-what-changes-are-coming/
But constant expressions aren't the only C++20 changes aimed at improving compile time validation, and the stability 98 thoughts on "C++20 Is Feature Complete; Here's What Changes Are Coming".