https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97216
--- Comment #3 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #2)
> It is ill-formed, because operator<=> can't return bool.
And that's because <=> has to say if one operand is greater, equal, or less
than the other. A bool c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97216
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97216
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1