[libcxx-commits] [PATCH] D142811: [libcxx][ranges] revert join_view::iterator and sentinel to be in-class
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 8 13:36:54 PST 2023
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
This looks like a reasonable compromise to me. Let's cherry-pick.
================
Comment at: libcxx/include/__ranges/join_view.h:185
+ template<bool _Const>
+ struct join_view<_View>::__iterator final
: public __join_view_iterator_category<__maybe_const<_Const, _View>> {
----------------
Can you add a comment explaining what this `final` is?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142811/new/
https://reviews.llvm.org/D142811
More information about the libcxx-commits
mailing list