TTobias Hieta[libc++][ranges] Fix ranges::to test.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] Qualifies ptrdiff_t and max_align_t. This has been done using the following commands find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)ptrdiff_t)|\1std::\2|' \{} \; find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)max_align_t)|\1std::\2|' \{} \; The std module doesn't export declarations in the global namespaace., This is a preparation for that module. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D146550 | 3 年前 | |
[libc++][ranges] Implement P2474R2( views::repeat). - Implement https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2474r2.html - Implement LWG3875(https://cplusplus.github.io/LWG/issue3875). Depends on D151629 Reviewed By: #libc, Mordante, philnik, var-const Differential Revision: https://reviews.llvm.org/D141699 | 2 年前 | |
[libc++][ranges] Implement P2474R2( views::repeat). - Implement https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2474r2.html - Implement LWG3875(https://cplusplus.github.io/LWG/issue3875). Depends on D151629 Reviewed By: #libc, Mordante, philnik, var-const Differential Revision: https://reviews.llvm.org/D141699 | 2 年前 | |
[libc++][ranges] Implement LWG-3860 range_common_reference_t is missing | 3 年前 | |
[libc++][ranges] Fix ranges::to test. - Make a test for an internal concept libc++-only; - Make sure that size and capacity in a test container return the same type on all platforms. (cherry picked from commit 8b9a98661b780a5b50d1d6a1f822d25e0c454382) | 2 年前 | |
[libcxx][ranges] mark new join view tests unsupported without experimental flag Differential Revision: https://reviews.llvm.org/D143828 | 3 年前 |