NNikolas Klauser[libc++] Avoid including <tuple> in compressed_pair.h
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS. This also provides some of the scaffolding needed by D102992 and D101729, and mops up after D101730 etc. Differential Revision: https://reviews.llvm.org/D103055 | 5 年前 | |
[libc++] NFC: Refactor raw_storage_iterator test to use UNSUPPORTED markup The test would previously disable itself using #if TEST_STD_VER instead of using UNSUPPORTED markup. | 5 年前 | |
[libc++] Avoid including <tuple> in compressed_pair.h compressed_pair is widely used in the library, but most of the uses don't use the tuple parts. To avoid including <tuple> everywhere, use the forward declaration instead in compressed_pair.h Reviewed By: ldionne, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D133331 | 3 年前 | |
[libc++] Granularize <iterator> includes Reviewed By: ldionne, #libc Spies: libcxx-commits, wenlei Differential Revision: https://reviews.llvm.org/D127445 | 4 年前 |