Skip to content

Commit 4af6b1e

Browse files
ulilaubeAndrew Pardoe
authored andcommitted
The table of contents was missing several chapters. The TOC now correctly reflects the order of the chapters in the document.
1 parent 88a6c1d commit 4af6b1e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CppCoreGuidelines.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,24 @@ You can [read an explanation of the scope and structure of this Guide](#S-abstra
3535
* [Enum: Enumerations](#S-enum)
3636
* [R: Resource management](#S-resource)
3737
* [ES: Expressions and statements](#S-expr)
38+
* [PER: Performance](#S-performance)
39+
* [CP: Concurrency](#S-concurrency)
3840
* [E: Error handling](#S-errors)
3941
* [Con: Constants and immutability](#S-const)
4042
* [T: Templates and generic programming](#S-templates)
41-
* [CP: Concurrency](#S-concurrency)
42-
* [SL: The Standard library](#S-stdlib)
43-
* [SF: Source files](#S-source)
4443
* [CPL: C-style programming](#S-cpl)
45-
* [PRO: Profiles](#S-profile)
46-
* [GSL: Guideline support library](#S-gsl)
47-
* [FAQ: Answers to frequently asked questions](#S-faq)
44+
* [SF: Source files](#S-source)
45+
* [SL: The Standard library](#S-stdlib)
4846

4947
Supporting sections:
5048

51-
* [NL: Naming and layout](#S-naming)
52-
* [PER: Performance](#S-performance)
49+
* [A: Architectural Ideas](#S-A)
5350
* [N: Non-Rules and myths](#S-not)
5451
* [RF: References](#S-references)
52+
* [PRO: Profiles](#S-profile)
53+
* [GSL: Guideline support library](#S-gsl)
54+
* [NL: Naming and layout](#S-naming)
55+
* [FAQ: Answers to frequently asked questions](#S-faq)
5556
* [Appendix A: Libraries](#S-libraries)
5657
* [Appendix B: Modernizing code](#S-modernizing)
5758
* [Appendix C: Discussion](#S-discussion)

0 commit comments

Comments
 (0)