https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906
Patrick Palka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906
--- Comment #3 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:c3ba0eaaa223f7b8208d279e3f39ff134912f9e9
commit r13-2633-gc3ba0eaaa223f7b8208d279e3f39ff134912f9e9
Author: Patrick Palka
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906
--- Comment #2 from Patrick Palka ---
FWIW one workaround is to use a class template instead of an alias template,
e.g.
-template using voidify = void;
+template struct voidify {};
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906
Patrick Palka changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
CC|