https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124443
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2026-03-11
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think we should match the standard and just use CTAD to reduce the span type.
We prefer to avoid CTAD but here it's actually doing something useful. We could
use traits to propagate the correct cv-quals, but we might as well just use
CTAD instead.