https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478
Olivier Kannengieser changed:
What|Removed |Added
CC||okannen at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478
--- Comment #1 from Jonathan Wakely ---
Confirmed, not a regression. Reduced:
template struct is_int { };
template<> struct is_int { using type = void; };
class MyTag {};
template struct is_tag { };
template<> struct is_tag { using type = void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|