[all-commits] [llvm/llvm-project] fbcd52: [libc++] [ranges] Fix `decltype(auto) ranges::iter...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Mar 7 10:31:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbcd5236af20e7d1373f5d88e0a9b49e34614fdc
https://github.com/llvm/llvm-project/commit/fbcd5236af20e7d1373f5d88e0a9b49e34614fdc
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M libcxx/include/__iterator/iter_move.h
A libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_rvalue_reference_t.compile.pass.cpp
R libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_rvalue_reference_t.pass.cpp
Log Message:
-----------
[libc++] [ranges] Fix `decltype(auto) ranges::iter_move`.
See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92894#c3
https://reviews.llvm.org/D119589#inline-1151299
Differential Revision: https://reviews.llvm.org/D120417
More information about the All-commits
mailing list