[Bug c++/112448] Constraint expression b rejected

2023-11-08 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112448 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Resol

[Bug c++/112448] Constraint expression b rejected

2023-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112448 --- Comment #1 from Andrew Pinski --- Note the error message on the trunk changed to: :4:40: error: template argument 1 is invalid 4 | constexpr bool f(auto x) requires b { return true; } |^