Commit 74cc78a6 by Jason Merrill

* g++.dg/cpp0x/initlist96.C: Use <initializer_list>.

From-SVN: r224606
parent f502d50e
// PR c++/66515
// { dg-do compile { target c++11 } }
namespace std
{
template <class _E> class initializer_list
{
const _E *_M_array;
unsigned long _M_len;
};
}
#include <initializer_list>
struct type_t { };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment