From c20870edd557733acf045894b6bad20551bbae40 Mon Sep 17 00:00:00 2001 From: hvlad Date: Tue, 20 Feb 2018 20:02:42 +0200 Subject: [PATCH] Update docs a bit --- doc/README.modern_cpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.modern_cpp.md b/doc/README.modern_cpp.md index 5ee5d34160..d1133b1331 100644 --- a/doc/README.modern_cpp.md +++ b/doc/README.modern_cpp.md @@ -21,3 +21,4 @@ Only ones mentioned in this document could be used, but as necessities appears, - [function template mem_fn](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1432.htm) - [rvalue references](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2027.html) - [strongly-typed enum](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf) +- [atomic types and operations] (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html)