Overview note.

This commit is contained in:
Anthony Calandra
2016-10-30 20:33:51 -07:00
parent 3efab41f2e
commit c69831ae2c

View File

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