add link to cpp standard examples

This commit is contained in:
Thom Troy
2016-09-04 23:26:42 +01:00
parent 2b7eaabe61
commit 901edb8d84

View File

@@ -16,3 +16,4 @@ The examples included are
- link:I-compiling-with-clang[compiling-with-clang]. An example of invoking the clang compiler. - 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: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: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