Skip to content

Commit 78ca3f1

Browse files
committed
Clarify C++14 features
1 parent be4e427 commit 78ca3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# C++ QUICK REFERENCE / C++ CHEATSHEET
44
Based on <a href="http://www.pa.msu.edu/~duxbury/courses/phy480/Cpp_refcard.pdf">Phillip M. Duxbury's C++ Cheatsheet</a> and edited by Morten Nobel-Jørgensen.
5-
The cheatsheet focus is on C++ - not on the library.
5+
The cheatsheet focus is on C++ - not on the standard library.
66
C++11 additions is inspired by <a href="https://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov">ISOCPP.org C++11 Cheatsheet</a>).
77

8-
The goal is to give a concise overview of basic, modern C++.
8+
The goal is to give a concise overview of basic, modern C++ (C++14).
99

1010
The document is hosted on https://github.com/mortennobel/cpp-cheatsheet. Any comments and feedback are appreciated.
1111

0 commit comments

Comments
 (0)