From f5f7b0ace1a29b2b32b97239c0219e701fc49d53 Mon Sep 17 00:00:00 2001 From: Charles Wilson <33490168+draeger-charles-wilson@users.noreply.github.com> Date: Tue, 17 Apr 2018 13:47:20 -0400 Subject: [PATCH] Update README.md C++17 has been released for a bit now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee433c0..2d9c5b6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Many of the guidelines make use of the header-only Guideline Support Library. On ## 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? The guidelines are focused on relatively higher-level issues, such as interfaces, resource management, memory management, and concurrency. Such