Skip to content

Commit f2e9b5c

Browse files
authored
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
1 parent 42c4cc6 commit f2e9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Many of the guidelines make use of the header-only Guidelines Support Library. O
1818

1919
## Background and scope
2020

21-
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
21+
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
2222
words, what would you like your code to look like in 5 years' time, given that you can start now? In 10 years' time?
2323

2424
The guidelines are focused on relatively higher-level issues, such as interfaces, resource management, memory management, and concurrency. Such

0 commit comments

Comments
 (0)