Difference between revisions of "DIP40"
Timotheecour (talk | contribs) (Created page with "== DIP 40: Template parameter deduction for constructors (do not read yet, still editing) == {| class="wikitable" !Title: !''Template parameter deduction for constructors.''...") |
Timotheecour (talk | contribs) (→Abstract) |
||
Line 28: | Line 28: | ||
== Abstract == | == Abstract == | ||
− | + | A proposed feature of C++14 is to introduce template parameter deduction for constructors, see [http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3602.html paper]. | |
− | |||
== Copyright == | == Copyright == |
Revision as of 01:23, 13 May 2013
DIP 40: Template parameter deduction for constructors (do not read yet, still editing)
Title: | Template parameter deduction for constructors. |
---|---|
DIP: | 40 |
Version: | 1 |
Status: | Draft |
Created: | 2013-05-12 |
Last Modified: | 2013-05-12 |
Author: | Timothee Cour |
Links: |
Abstract
A proposed feature of C++14 is to introduce template parameter deduction for constructors, see paper.
Copyright
This document has been placed in the Public Domain.