[Bug c++/101906] Constant evaluation failure in concepts

2022-09-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/101906] Constant evaluation failure in concepts

2022-09-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/101906] Constant evaluation failure in concepts

2022-03-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
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 {};

[Bug c++/101906] Constant evaluation failure in concepts

2021-11-03 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED CC|