variadic-init.C
934 Bytes
-
re PR c++/33510 (Array size of array with size determined by the initializer wrong with packs) · 49b5e2f6
2007-11-09 Douglas Gregor <doug.gregor@gmail.com> PR c++/33510 * decl.c (cp_complete_array_type): If any of the initializer elements are pack expansions, don't compute the array size yet. 2007-11-09 Douglas Gregor <doug.gregor@gmail.com> PR c++/33510 * g++.dg/cpp0x/variadic-init.C: New. From-SVN: r130065
Douglas Gregor committed