[libcxx-commits] [PATCH] D99141: [libcxx] adds `std::incrementable_traits` to <iterator>

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 5 23:45:59 PDT 2021


miscco added a comment.

I really like @ldionne suggestion. I am a bit unhappy about it being a macro, but meh.

FYI, this is the MSVC test set which is kind of the same but less extensive:

https://github.com/microsoft/STL/blob/fb2f89f9366b1c170587ff37e39b962dd8ead3d6/tests/std/tests/P0896R4_ranges_iterator_machinery/test.cpp#L667-L721


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99141/new/

https://reviews.llvm.org/D99141



More information about the libcxx-commits mailing list