Commit e1976443 by Marek Polacek Committed by Marek Polacek

* g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__.

From-SVN: r266760
parent 33985131
2018-12-03 Marek Polacek <polacek@redhat.com>
* g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__.
2018-12-03 Ed Schonberg <schonberg@adacore.com> 2018-12-03 Ed Schonberg <schonberg@adacore.com>
* gnat.dg/array33.adb: New testcase. * gnat.dg/array33.adb: New testcase.
......
...@@ -7,7 +7,7 @@ template <class _E> class initializer_list { ...@@ -7,7 +7,7 @@ template <class _E> class initializer_list {
_E *_M_len; _E *_M_len;
public: public:
unsigned long size; __SIZE_TYPE__ size;
_E begin(); _E begin();
}; };
template <typename, unsigned> struct array { void operator[](long); }; template <typename, unsigned> struct array { void operator[](long); };
......
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