mirror of
https://github.com/AnthonyCalandra/modern-cpp-features.git
synced 2025-12-17 18:14:36 +03:00
Overview note.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# C++11/14/17
|
# C++11/14/17
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
Many of these descriptions and examples come from their proposal papers, summarized in my own words.
|
||||||
|
|
||||||
C++17 includes the following new language features:
|
C++17 includes the following new language features:
|
||||||
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)
|
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)
|
||||||
- [declaring non-type template parameters with auto](#declaring-non-type-template-parameters-with-auto)
|
- [declaring non-type template parameters with auto](#declaring-non-type-template-parameters-with-auto)
|
||||||
|
|||||||
Reference in New Issue
Block a user