Fixes for P0127R2 implementation.
authorJason Merrill <jason@redhat.com>
Wed, 21 Dec 2016 19:38:29 +0000 (14:38 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 21 Dec 2016 19:38:29 +0000 (14:38 -0500)
commita93634ba09c4b33d95233e48d9c452a529555d05
tree0e94afcfe589438ff71b0d77f01d1da6042b0432
parent35f4cbd4489519983a4f64da846be8352f611879
Fixes for P0127R2 implementation.

* pt.c (convert_template_argument): Pass args to do_auto_deduction.
(mark_template_parm): Handle deducibility from type of non-type
argument here.
(for_each_template_parm_r): Not here.

From-SVN: r243867
gcc/cp/ChangeLog
gcc/cp/pt.c