[all-commits] [llvm/llvm-project] 7ea4fe: [libc++] Fix LWG3390: move_iterator now handles mo...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Wed Jan 26 20:51:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ea4fe7ede204f3ec041c293441e8a007c3733b6
https://github.com/llvm/llvm-project/commit/7ea4fe7ede204f3ec041c293441e8a007c3733b6
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/include/__iterator/move_iterator.h
Log Message:
-----------
[libc++] Fix LWG3390: move_iterator now handles move-only iterators.
This can't really be tested until C++20 move_iterator is completely implemented.
Differential Revision: https://reviews.llvm.org/D117327
More information about the All-commits
mailing list