From 704f6cc33910a994bcd8a4d982cd530d78e180c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 11 Dec 2015 13:34:14 -0800 Subject: [PATCH] Add reference to s-const in index --- CppCoreGuidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index c57b211..12896ea 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -35,6 +35,7 @@ You can [read an explanation of the scope and structure of this Guide](#S-abstra * [R: Resource management](#S-resource) * [ES: Expressions and statements](#S-expr) * [E: Error handling](#S-errors) +* [Con: Constants and immutability](#S-const) * [T: Templates and generic programming](#S-templates) * [CP: Concurrency](#S-concurrency) * [SL: The Standard library](#S-stdlib)