[libcxx-commits] [PATCH] D117329: [libc++] Fix signatures of counted_iterator::base(), transform_view::iterator::base().

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 23 10:07:55 PST 2022


Mordante accepted this revision as: Mordante.
Mordante added a comment.

In D117329#3263611 <https://reviews.llvm.org/D117329#3263611>, @Quuxplusone wrote:

> Turns out this is LWG3533; so now we can mark that issue Complete.

Please add this to the commit message and mention `[range.elements.iterator]` has been omitted since we haven't implemented that yet.
(I expect the person implementing that to use the current wording in the Standard.)

LTGM!


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

https://reviews.llvm.org/D117329



More information about the libcxx-commits mailing list