Richard Thomson gives an informal overview of Concepts in C++20 at the July, 2020 meeting of Utah C++ Programmers.
Concepts in C++20
by Richard Thomson
From the video description:
In this talk, Richard Thomson will give us an informal overview of Concepts in C++20. We'll take a look at the following details:
- Concept syntax
- Concepts in the standard library
- Concepts relating to ranges
- Improved error diagnostics (using compiler explorer)
Add a Comment