mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++-v3/ChangeLog: * include/std/ranges (lazy_split_view::begin): Add const _Pattern constraint on const overload as per LWG 3599. (lazy_split_view::end): Likewise. * testsuite/std/ranges/adaptors/lazy_split.cc (test14): New test. Reviewed-by: Jonathan Wakely <jwakely@redhat.com>