summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/move_iterator.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-06-29[libc++][NFC] Replace conditional<>::type with __conditional_t (#96745)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-12[libc++][ranges] LWG3736: move_iterator missing disable_sized_sentinel_for sp...Xiaoyang Liu
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-03-01[libc++] implement move_iterator<T*> should be a random access iterator \n Di...Shivam kunwar
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-16[libcxx] Add missing includesMichael Buch
2023-01-12[libc++] Add missing includes in move_iterator.hLouis Dionne
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-06-28[libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal.Konstantin Varlamov
2022-05-24[libc++][NFC] Add more tests to `move_{iterator,sentinel}`.Konstantin Varlamov
2022-05-19[libc++] Enable move semantics for vector in C++03Nikolas Klauser
2022-04-13[libc++] Post-commit adjustments after rebasing D117656Louis Dionne
2022-04-13Implement move_sentinel and C++20 move_iterator.Arthur O'Dwyer
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-26[libc++] Fix LWG3390: move_iterator now handles move-only iterators.Arthur O'Dwyer
2022-01-14[libc++] Further small cleanups of move_iterator.h. NFC.Arthur O'Dwyer
2022-01-14[libc++] s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/g in move_iterator...Arthur O'Dwyer
2022-01-14[libc++] Rename __i to __current_ in move_iterator. NFC.Arthur O'Dwyer
2021-09-08[libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-28[libc++] Split the various iterator types out of <iterator>Louis Dionne