[libcxx-commits] [PATCH] D140714: [libc++][NFC] Rename basic_istream_view::__iterator to __basic_istream_view_iterator

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 30 05:29:46 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/__ranges/istream_view.h:41
+  requires default_initializable<_Val> && __stream_extractable<_Val, _CharT, _Traits>
+class __basic_istream_view_iterator;
+
----------------
Mordante wrote:
> Same for the definition.
What does this actually do and how can we test it? We use the macro quite a bit, but not in any consistent way AFAICT.


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