Skip to content

Commit

Permalink
JCF: add the C++20 features to the ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
John Freeman committed Aug 9, 2024
1 parent 7c93143 commit 610fa78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
* [3.2 The #define Guard](#32-the-define-guard)
* [3.3 Inline Functions](#33-inline-functions)
* [3.4 Names and Order of Includes](#34-names-and-order-of-includes)
* [3.5 Quotes vs. Angle Brackets for includes](#35-quotes-vs-angle-brackets-for-includes)
* [3.5 Quotes vs. Angle Brackets for includes](#35-quotes-vs-angle-brackets-for-includes)
* [3.6 Modules](#36-modules)
* [4. Scoping](#4-scoping)
* [4.1 Namespaces](#41-namespaces)
* [4.2 Unnamed Namespaces and Static Variables](#42-unnamed-namespaces-and-static-variables)
Expand All @@ -45,6 +46,7 @@
* [6.6 Default Arguments](#66-default-arguments)
* [6.7 Trailing Return Type Syntax](#67-trailing-return-type-syntax)
* [6.8 Ownership and Smart Pointers](#68-ownership-and-smart-pointers)
* [6.9 Coroutines](#69-coroutines)
* [7. Other C++ Features](#7-other-c-features)
* [7.1 Rvalue References](#71-rvalue-references)
* [7.2 Friends](#72-friends)
Expand All @@ -63,6 +65,8 @@
* [7.15 0 and nullptr/NULL](#715-0-and-nullptrnull)
* [7.16 sizeof](#716-sizeof)
* [7.17 Type deduction](#717-type-deduction)
* [7.18 Concepts](#718-concepts)
* [7.19 Ranges](#719-ranges)
* [8. Comments](#8-comments)
* [8.1 Intro](#81-intro)
* [8.2 Comment Style](#82-comment-style)
Expand Down

0 comments on commit 610fa78

Please sign in to comment.