]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/ChangeLog
PR c++/88312 - pack expansion of decltype.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jan 2019 22:37:01 +0000 (22:37 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jan 2019 22:37:01 +0000 (22:37 +0000)
commitd07c152ba6fc96dd1a7581e1fc379764bf4a4150
tree79ac403b7b8cb231d4148185b3ab27c1e2a4b55d
parent0c2ebbc4659d15c2a546b75323ba6af1ff1d073b
PR c++/88312 - pack expansion of decltype.

The standard doesn't really talk about an expression depending on the number
of elements of a pack, but that's definitely an important form of template
argument dependence.

* pt.c (instantiation_dependent_r): A template non-type parameter
pack is instantiation-dependent.

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