mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Merge pull request #1194 from draeger-charles-wilson/patch-2
Update README.md
This commit is contained in:
@@ -18,7 +18,7 @@ Many of the guidelines make use of the header-only Guideline Support Library. On
|
|||||||
|
|
||||||
## Background and scope
|
## Background and scope
|
||||||
|
|
||||||
The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11 and C++14 (and soon 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, C++14, and C++17. 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?
|
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
|
The guidelines are focused on relatively higher-level issues, such as interfaces, resource management, memory management, and concurrency. Such
|
||||||
|
|||||||
Reference in New Issue
Block a user