[libcxx-commits] [PATCH] D100160: [libcxx] adds `std::input_or_output_iterator` and `std::sentinel_for` to <iterator>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 22 12:41:18 PDT 2021
Mordante accepted this revision.
Mordante added a comment.
LGTM, but please address the two minor issues before landing https://reviews.llvm.org/D100160#inline-951054 and the comment below.
And please wait for the CI to turn green.
================
Comment at: libcxx/test/std/iterators/iterator.requirements/iterator.concepts/locale_dependent.compile.pass.cpp:21
+// template<class S, class I>
+// concept sized_sentinel_for;
+
----------------
Mordante wrote:
> Please remove the `sized_sentinel` since it isn't added here.
I still see this comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100160/new/
https://reviews.llvm.org/D100160
More information about the libcxx-commits
mailing list