https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112453
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|13.4 |14.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> --- This doesn't seem to be much of an issue in GCC 13, where we can't repeat_view a non-copyable type since P2494R2 "Relaxing range adaptors to allow for move only types" isn't applied, so no need to backport this change to the 13 branch.