KKonstantin Varlamov[libc++][ranges] Implement std::ranges::partition_{point,copy}.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libcxx][nfc] prefixes test type input_iterator with cpp17_ C++20 revised the definition of what it means to be an iterator. While all _Cpp17InputIterators_ satisfy std::input_iterator, the reverse isn't true. D100271 introduces a new test adaptor to accommodate this new definition (cpp20_input_iterator). In order to help readers immediately distinguish which input iterator adaptor is _Cpp17InputIterator_, the current input_iterator adaptor has been prefixed with cpp17_. Differential Revision: https://reviews.llvm.org/D101242 | 5 年前 | |
[libc++] [P0879] constexpr std::reverse, partition, *_permutation. After this patch, the only parts of P0879 that remain missing will be std::nth_element, std::sort, and the heap/partial_sort algorithms. Differential Revision: https://reviews.llvm.org/D93443 | 5 年前 | |
[libc++] Removes base member from tests. Change the tests to use the base friend function instead of members. Also changed some types to have a base friends instead of members. Reviewed By: #libc, ldionne, Quuxplusone Differential Revision: https://reviews.llvm.org/D120742 | 4 年前 | |
[libc++] s/constpexr/constexpr/ in some comments. NFC. | 5 年前 | |
[libc++][ranges] Implement std::ranges::partition_{point,copy}. Reviewed By: #libc, huixie90, ldionne Differential Revision: https://reviews.llvm.org/D130070 | 3 年前 | |
[libc++][ranges] Implement std::ranges::partition_{point,copy}. Reviewed By: #libc, huixie90, ldionne Differential Revision: https://reviews.llvm.org/D130070 | 3 年前 | |
[libc++][ranges] Implement std::ranges::partition_{point,copy}. Reviewed By: #libc, huixie90, ldionne Differential Revision: https://reviews.llvm.org/D130070 | 3 年前 | |
[libc++][ranges] Implement std::ranges::partition_{point,copy}. Reviewed By: #libc, huixie90, ldionne Differential Revision: https://reviews.llvm.org/D130070 | 3 年前 | |
[libc++] NFC: Normalize #endif // comment indentation | 5 年前 |