libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]
authorPatrick Palka <ppalka@redhat.com>
Mon, 2 Aug 2021 19:30:10 +0000 (15:30 -0400)
committerPatrick Palka <ppalka@redhat.com>
Mon, 2 Aug 2021 19:30:10 +0000 (15:30 -0400)
commit0e1bb3c88c7bd624bc34d6cebe3df9532f1858f0
tree7ed3327a100d847f7e2adfa5d9ea23ab84ed35cb
parentaf863ef93543b4de7a76ff57f7df7e782e50127c
libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]

PR libstdc++/101483

libstdc++-v3/ChangeLog:

* include/std/ranges (join_view::_Iterator::_Iterator): Add
missing std::move.
libstdc++-v3/include/std/ranges