From 24df4ed549035440ae760c5b88edac7101e9998c Mon Sep 17 00:00:00 2001 From: Thibault Kruse Date: Sun, 13 Dec 2015 22:26:26 +0100 Subject: [PATCH] Fix item order in second Table of contents --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ea6f7da..d69b507 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -293,9 +293,9 @@ Recommended information sources can be found in [the references](#S-references). * [F: Functions](#S-functions) * [C: Classes and class hierarchies](#S-class) * [Enum: Enumerations](#S-enum) +* [R: Resource management](#S-resource) * [ES: Expressions and statements](#S-expr) * [E: Error handling](#S-errors) -* [R: Resource management](#S-resource) * [T: Templates and generic programming](#S-templates) * [CP: Concurrency](#S-concurrency) * [SL: The Standard library](#S-stdlib)