mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #458 from tkruse/fix-toc2
Fix item order in second Table of contents
This commit is contained in:
commit
67f8609657
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user