[Bug c++/118066] Diagnostic for variadic concept with fold expression on other concepts does not mention which element of the fold expression is causing it to be false
ppalka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 19 15:37:58 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118066
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=115746
CC| |ppalka at gcc dot gnu.org
--- Comment #6 from Patrick Palka <ppalka at gcc dot gnu.org> ---
I think diagnostics for (concept-id && ...) constraints will automatically
improve once we implement P2963R3 Ordering of constraints involving fold
expressions, which makes such constraints no longer atomic.
More information about the Gcc-bugs
mailing list