Issue #1931: C++20 wasn't included in "modern C++" (#1932)

* Issue #1931 - Include C++20 as 'modern C++'

* "modern C++" means C++11 and newer
pull/1939/head
Ankur Satle 2022-07-13 21:36:56 +05:30 committed by GitHub
parent 42c4cc6a75
commit f2e9b5c2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Many of the guidelines make use of the header-only Guidelines Support Library. O
## Background and scope
The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11, C++14, and C++17. In other
The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11 and newer. In other
words, what would you like your code to look like in 5 years' time, given that you can start now? In 10 years' time?
The guidelines are focused on relatively higher-level issues, such as interfaces, resource management, memory management, and concurrency. Such