All Talks

C++20: An (Almost) Complete Overview

https://cppcon.org/ https://github.com/CppCon/CppCon2020

The technical work on C++20 was finished in January 2020, and is now being pushed through ISO certification.

This presentation gives an overview of (almost) all new features in both the language and the Standard Library. Some more exotic features will be left out. New language features include modules, coroutines, concepts, templated lambdas, constexpr changes, designated initializers, the spaceship operator, string literals as template …

You might be interested in: