From: Jason Merrill Date: Thu, 18 Jun 2015 13:44:16 +0000 (-0400) Subject: * g++.dg/cpp0x/initlist96.C: Use . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74cc78a623e8ee3ddaf4b2c1855fad8cf327d80a;p=gcc.git * g++.dg/cpp0x/initlist96.C: Use . From-SVN: r224606 --- diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist96.C b/gcc/testsuite/g++.dg/cpp0x/initlist96.C index 305565cb697..45fd128ba83 100644 --- a/gcc/testsuite/g++.dg/cpp0x/initlist96.C +++ b/gcc/testsuite/g++.dg/cpp0x/initlist96.C @@ -1,14 +1,7 @@ // PR c++/66515 // { dg-do compile { target c++11 } } -namespace std -{ - template class initializer_list - { - const _E *_M_array; - unsigned long _M_len; - }; -} +#include struct type_t { };