summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/back_insert_iterator.h
AgeCommit message (Expand)Author
2025-09-04[libc++] Split ABI flag for removing iterator bases and removing the second m...Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-04-08[libc++] Adds back_insert_iterator::__get_container.Mark de Wever
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
2021-10-09[NFC][libc++] Update back_insert_iterator style.Mark de Wever
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-07-06[libcxx][modularisation] splices `<iterator>` into individual headersChristopher Di Bella
2021-06-28[libc++] Split the various iterator types out of <iterator>Louis Dionne