summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/projected.h
AgeCommit message (Expand)Author
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-08-28[libc++][ranges] P2609R3: Relaxing Ranges Just A Smidge (#101715)A. Jiang
2023-09-15[libc++] Implement P2538R1 "ADL-proof std::projected" (#65411)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
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
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-11[libc++] NFC: Move indirect_concepts.h to __iterator/concepts.hLouis Dionne
2021-05-28[libc++] Add all indirect callable concepts and projectedLouis Dionne