[all-commits] [llvm/llvm-project] e01b4f: [libc++] Fix unwrapping ranges with different iter...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jul 28 01:22:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e01b4fe956dd038fed71cf3c552d3383905d022a
https://github.com/llvm/llvm-project/commit/e01b4fe956dd038fed71cf3c552d3383905d022a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M libcxx/.clang-format
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
A libcxx/include/__algorithm/unwrap_range.h
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.pass.cpp
Log Message:
-----------
[libc++] Fix unwrapping ranges with different iterators and sentinels
Reviewed By: ldionne, huixie90, #libc
Spies: arichardson, sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D129040
More information about the All-commits
mailing list