]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 16 May 2025 10:54:46 +0000 (11:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 19 May 2025 09:44:38 +0000 (10:44 +0100)
commit1197f896ae5558f27baa929a10f66447aaafb681
tree8cf399d6c56a2d49d7f61a5b12d656fc154635d0
parent1ed7585bf60ba9940ca5dc6d2c72dba86eea7b4d
libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>

libstdc++-v3/ChangeLog:

* include/std/ranges (_ZipTransform::operator()): Remove name of
unused parameter.
(chunk_view::_Iterator, stride_view::_Iterator): Likewise.
(join_with_view): Declare _Iterator and _Sentinel as class
instead of struct.
(repeat_view): Declare _Iterator as class instead of struct.

Reviewed-by: Tomasz KamiƄski <tkaminsk@redhat.com>
libstdc++-v3/include/std/ranges