libstdc++: Implement LWG 3553 changes to split_view
authorPatrick Palka <ppalka@redhat.com>
Sat, 19 Jun 2021 00:50:22 +0000 (20:50 -0400)
committerPatrick Palka <ppalka@redhat.com>
Sat, 19 Jun 2021 00:50:22 +0000 (20:50 -0400)
commit15736576df739fdcc5e795961dae30c7b0c87967
tree637514879096e6d02bd7e6e2f3349cfec9bfdc98
parent4123650bd0ae53153142949ab5305eb48ec86390
libstdc++: Implement LWG 3553 changes to split_view

libstdc++-v3/ChangeLog:

* include/std/ranges (split_view::_OuterIter::value_type::begin):
Remove the non-const overload, and remove the copyable constraint
on the const overload as per LWG 3553.
libstdc++-v3/include/std/ranges