summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/readable_traits.h
AgeCommit message (Expand)Author
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-06-27[libc++] __iterator/readable_traits.h isn't standaloneIan Anderson
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-11-05[libc++] Granularize <concept> includesNikolas 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-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-31[libc++] Merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS. NFC.Arthur O'Dwyer
2022-01-23[libc++] Mark LWG3541 as "Complete". NFC.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-04-26[libc++][NFC] Remove non-ASCII from comment.Mark de Wever
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
2021-04-20[libcxx] adds `iter_difference_t` and `iter_value_t`Christopher Di Bella
2021-04-19[libc++][NFC] Move incrementable_traits and indirectly_readable_traits into s...zoecarver