PR c++/81180 - ICE with C++17 deduction of member class template.
commit47304c6a0b365ca21d95be5e532e8d5925ed04f3
authorJason Merrill <jason@redhat.com>
Thu, 29 Jun 2017 21:13:43 +0000 (29 17:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 29 Jun 2017 21:13:43 +0000 (29 17:13 -0400)
treec1ead2d566ada6c866769d22ae8d566990fcc739
parentf990f3a3b68334b54faea6de0f4edfbd8f23b8f0
PR c++/81180 - ICE with C++17 deduction of member class template.

* pt.c (build_deduction_guide): Correct member template handling.

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