summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/unique.ptr/iterator_concept_conformance.compile.pass.cpp
AgeCommit message (Expand)Author
2024-08-13[libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (#1...Louis Dionne
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-02[libc++][ranges] Implement `indirectly_copyable{,_storable}`.Konstantin Varlamov
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-01[libcxx][ranges] Implement indirectly_swappable.zoecarver
2021-06-21[libcxx][ranges] Add `indirectly_movable` and `indirectly_movable_storable`.zoecarver
2021-05-01[libcxx] Reenable ranges for clang-clMartin Storsjö
2021-04-23[libcxx][iterator] adds `std::weakly_incrementable` and `std::incrementable`Christopher Di Bella
2021-04-23[libcxx] disables ranges for clang-clChristopher Di Bella
2021-04-22[libc++] Re-apply `std::indirectly_readable` and `std::indirectly_writable`Louis Dionne
2021-04-22Revert "[libcxx][iterator] adds `std::indirectly_readable` and `std::indirect...David Zarzycki
2021-04-21[libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writa...Christopher Di Bella