https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702
--- Comment #3 from Andrew Pinski ---
typedef __SIZE_TYPE__ size_t;
template using __void_t = void;
template
struct integral_constant
{
static constexpr _Tp value = __v;
typedef _Tp value_type;
typedef integral_constant<_Tp, __v> type;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702
--- Comment #2 from Markus Trippelsdorf ---
And #include is enough to reproduce.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|