]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/variadic135.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic135.C
1 // { dg-do compile { target c++11 } }
2
3 template <typename ...> struct S;
4
5 int i = S<int,>::undefined; // { dg-error "template argument 2 is invalid" }
This page took 0.037861 seconds and 5 git commands to generate.