Skip to content

Commit 29d592e

Browse files
authored
Merge pull request #1 from sankurm/issue_1931_include_cpp20
Issue isocpp#1931 - Include C++20 as 'modern C++'
2 parents 6d018fc + 3dc1b61 commit 29d592e

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, C++14, C++17, and C++20. 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)