[libcxx-commits] [PATCH] D140714: [libc++][NFC] Rename basic_istream_view::__iterator to __basic_istream_view_iterator
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 28 08:47:58 PST 2022
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
LGTM modulo one minor issue.
================
Comment at: libcxx/include/__ranges/istream_view.h:41
+ requires default_initializable<_Val> && __stream_extractable<_Val, _CharT, _Traits>
+class __basic_istream_view_iterator;
+
----------------
Same for the definition.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140714/new/
https://reviews.llvm.org/D140714
More information about the libcxx-commits
mailing list