From 901edb8d842648cfa55b6fb0e35de83ed677c83e Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Sun, 4 Sep 2016 23:26:42 +0100 Subject: [PATCH] add link to cpp standard examples --- 01-basic/README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/01-basic/README.adoc b/01-basic/README.adoc index 7ccce5d..b60a7f4 100644 --- a/01-basic/README.adoc +++ b/01-basic/README.adoc @@ -16,3 +16,4 @@ The examples included are - link:I-compiling-with-clang[compiling-with-clang]. An example of invoking the clang compiler. - link:J-building-with-ninja[building-with-ninja] - Shows how to generate ninja build files - link:K-imported-targets[imported-targets] - Shows how to link boost using the new imported targets + - link:L-cpp-standard[cpp-standard] - Shows various methods to set the C++ standard