summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/next.h
AgeCommit message (Expand)Author
2025-05-06[libc++] Remove redundant and somewhat confusing assertions around advance() ...Louis Dionne
2024-09-28[libc++] Add [[nodiscard]] to std::prev and std::next (#109550)Marc Auberer
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
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-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
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-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-05-05[libc++] Avoid a Microsoft SAL macro.Peter Kasting
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-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
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-20[libc++] Eliminate the `__function_like` helper.Arthur O'Dwyer
2022-01-08[libc++] [ranges] Add namespace __cpo to ranges::{advance,next,prev}.Arthur O'Dwyer
2021-12-14[libc++][ranges] Implement ranges::uninitialized_default_construct{,_n}.Konstantin Varlamov
2021-12-05[libc++] Fix an include-guard comment. NFC.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne
2021-07-08[libc++] Add XFAIL for Clang ToT with modulesLouis Dionne
2021-07-08[libc++] Workaround failures with modules on Clang ToTLouis Dionne
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella
2021-06-07Revert "[libcxx][module-map] creates submodules for private headers"Petr Hosek
2021-06-03[libcxx][module-map] creates submodules for private headersChristopher Di Bella
2021-05-31[libcxx][nfc] moves std `advance`, `next`, and `prev` into their headersChristopher Di Bella
2021-05-27[libcxx][iterator] adds `std::ranges::next`Christopher Di Bella