P0512R0 - Deduction from an initializer list.
authorJason Merrill <jason@redhat.com>
Thu, 13 Jul 2017 13:04:04 +0000 (09:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 Jul 2017 13:04:04 +0000 (09:04 -0400)
commitf914a1e291319daebae373b3f886c7300dfdeec1
treed93616aeb9e1950ddde30a96c0c9cd8e9a552521
parent62c1a252aa75de5bf3c44ffa867e761a61279049
P0512R0 - Deduction from an initializer list.

* pt.c (do_class_deduction): Do list deduction in two phases.

From-SVN: r250183
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/class-deduction41.C [new file with mode: 0644]