PR c++/72415 - member template with fold-expression constraint
authorJason Merrill <jason@redhat.com>
Thu, 4 Aug 2016 16:06:22 +0000 (12:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 4 Aug 2016 16:06:22 +0000 (12:06 -0400)
commitb9dc9ef63fc7bf742f97e1b9618d5818f3383c73
treeca5567929a6a7043464182096b33a9b9d4069a6f
parent6a7b92036be210a11657ce97a936a8548c425341
PR c++/72415 - member template with fold-expression constraint

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

From-SVN: r239138
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/concepts/memfun2.C [new file with mode: 0644]