TTom Stellard[libc++][ranges] Implement ranges::is_permutation
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++][ranges] implement std::ranges::equal_range implement std::ranges::equal_range which delegates to std::equal_range Differential Revision: https://reviews.llvm.org/D129796 | 4 年前 | |
[libc++][ranges] Implement ranges::clamp Differential Revision: https://reviews.llvm.org/D126193 (cherry picked from commit a203acb9dd7227323d6161431225189d49917744) | 4 年前 | |
[libc++][ranges] Implement ranges::is_heap{,_until}. Differential Revision: https://reviews.llvm.org/D130547 | 4 年前 | |
[libc++] Implement ranges::lexicographical_compare Reviewed By: var-const, Mordante, #libc Spies: H-G-Hristov, sstefan1, libcxx-commits, mgorny Differential Revision: https://reviews.llvm.org/D127130 | 4 年前 | |
[libc++][ranges] implement std::ranges::inplace_merge Differential Revision: https://reviews.llvm.org/D130627 (cherry picked from commit 8a61749f767e9af773051fc4f6dc99276fe189e3) | 4 年前 | |
Improve the formatting of static_assert messages Display 'static_assert failed: message' instead of 'static_assert failed "message"' to be consistent with other implementations and be slightly more readable. Reviewed By: #libc, aaron.ballman, philnik, Mordante Differential Revision: https://reviews.llvm.org/D128844 | 4 年前 | |
[libc++][ranges] Implement ranges::nth_element. Differential Revision: https://reviews.llvm.org/D128149 | 4 年前 | |
[libc++] Implement ranges::is_partitioned Reviewed By: var-const, #libc Spies: libcxx-commits, mgorny Differential Revision: https://reviews.llvm.org/D124440 | 4 年前 | |
[libc++][ranges] Implement ranges::{prev, next}_permutation. Co-authored-by: Konstantin Varlamov <varconst@apple.com> Differential Revision: https://reviews.llvm.org/D129859 (cherry picked from commit 68264b649461206dc095e672eacf8a003e0b9e49) | 4 年前 | |
[libc++][ranges] implement std::ranges::includes implement std::ranges::includes and delegate to std::includes Differential Revision: https://reviews.llvm.org/D130116 | 4 年前 | |
[libc++][ranges] Implement ranges::is_permutation Co-authored-by: Konstantin Varlamov <varconst@apple.com> Differential Revision: https://reviews.llvm.org/D127194 (cherry picked from commit 4038c859e58c12e997041927a87e880f2f3ef883) | 4 年前 | |
[libc++][ranges] implement std::ranges::set_intersection implement std::ranges::set_intersection by reusing the classic std::set_intersenction added unit tests Differential Revision: https://reviews.llvm.org/D129233 | 4 年前 |