summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/min_max_result.h
AgeCommit message (Expand)Author
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-04-02[libc++] Canonicalize the ranges results and their testsNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-21[libc++] Replace [[no_unique_addredd]] with _LIBCPP_NO_UNIQUE_ADDRESS in __al...Nikolas Klauser
2022-02-21[libc++][ranges] Add ranges::min_max_resultNikolas Klauser