From 78ca3f18b6a845ed4231c30365d77843bdd8af08 Mon Sep 17 00:00:00 2001 From: Morten Nobel-Joergensen Date: Wed, 25 Jul 2018 16:23:57 +0200 Subject: [PATCH] Clarify C++14 features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e4d94a..764fa62 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ # C++ QUICK REFERENCE / C++ CHEATSHEET Based on Phillip M. Duxbury's C++ Cheatsheet and edited by Morten Nobel-Jørgensen. -The cheatsheet focus is on C++ - not on the library. +The cheatsheet focus is on C++ - not on the standard library. C++11 additions is inspired by ISOCPP.org C++11 Cheatsheet). -The goal is to give a concise overview of basic, modern C++. +The goal is to give a concise overview of basic, modern C++ (C++14). The document is hosted on https://github.com/mortennobel/cpp-cheatsheet. Any comments and feedback are appreciated.