]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix return type of empty zip_/adjacent_transform [PR106803]
authorPatrick Palka <ppalka@redhat.com>
Fri, 9 Sep 2022 18:59:14 +0000 (14:59 -0400)
committerPatrick Palka <ppalka@redhat.com>
Fri, 9 Sep 2022 18:59:14 +0000 (14:59 -0400)
commit8298427f6b546cabb853edd45c009cd1967b9d38
tree365f04091aeda2aee6ac643a1ceefe0e8f8bdfaf
parente469506b7fdd1bf2c958ca3140573a474fcba3b8
libstdc++: Fix return type of empty zip_/adjacent_transform [PR106803]

PR libstdc++/106803

libstdc++-v3/ChangeLog:

* include/std/ranges (views::_ZipTransform::operator()): Correct
return type in the empty case.
(views::_AdjacentTransform::operator()): Likewise.
libstdc++-v3/include/std/ranges
This page took 0.057773 seconds and 5 git commands to generate.