How C++20 Changes the Way We Write Code
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/how_cpp20_changes_the_way_we_write_code/how_cpp20_changes_the_way_we_write_code__timur_doumler__cppcon_2020.pdf
The upcoming C++20 standard is the biggest update in a decade. Its feature set and their impact on how we write C++ will be as large, and possibly larger than that of C++11.
In this talk we will look at how new features like concepts, coroutines, and modules will fundamentally change the way we design …