[libcxx-commits] [PATCH] D101242: [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 27 12:22:00 PDT 2021


ldionne accepted this revision.
ldionne added a comment.

Reached agreement with @cjdb offline about using `cpp17_input_iterator` here and `cpp20_input_iterator` for the new thing introduced by D100271 <https://reviews.llvm.org/D100271>.

LGTM but please add a one-line comment saying `This is the InputIterator concept as described prior to C++20` or something along those lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101242



More information about the libcxx-commits mailing list