https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71592
鍾 changed:
What|Removed |Added
Resolution|WONTFIX |FIXED
--- Comment #5 from 鍾 ---
full_assertion_decl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71592
--- Comment #4 from Jakub Jelinek ---
(In reply to 鍾 from comment #2)
> (In reply to Jakub Jelinek from comment #1)
> > You can't use such static_assert this way in C++, unless the function is
> > constexpr, nor in C (always), so guess you are pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71592
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71592
--- Comment #2 from 鍾 ---
(In reply to Jakub Jelinek from comment #1)
> You can't use such static_assert this way in C++, unless the function is
> constexpr, nor in C (always), so guess you are proposing something
> completely different (like, if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71592
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1