Merge pull request #458 from tkruse/fix-toc2

Fix item order in second Table of contents
This commit is contained in:
Andrew Pardoe 2015-12-14 08:01:12 -08:00
commit 67f8609657

View File

@ -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)