PR c++/72415 - member template with fold-expression constraint
commit76b4bf3c19c62a77d1a09c4d9b366d4433ce06a9
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2016 16:06:22 +0000 (4 16:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2016 16:06:22 +0000 (4 16:06 +0000)
treeca5567929a6a7043464182096b33a9b9d4069a6f
parent4f86cbb05335c51e80af8706b209c2024592cda0
PR c++/72415 - member template with fold-expression constraint

* pt.c (tsubst_pack_expansion): Pull a single pack expansion out
of the TREE_VEC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239138 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/concepts/memfun2.C [new file with mode: 0644]