aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/mergeable.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-7/+8
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser1-2/+2
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-28[libc++] [ranges] Permit std::mergeable and std::sortable with HAS_NO_INCOMPL...Arthur O'Dwyer1-2/+2
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-17[libc++][ranges] Implement `std::mergeable`.Konstantin Varlamov1-0/+41