[all-commits] [llvm/llvm-project] 187d2c: [libc++][NFC] Rename basic_istream_view::__iterato...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jan 12 09:30:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 187d2cdafb493a54c95ff64f989c0fdfa1a27331
https://github.com/llvm/llvm-project/commit/187d2cdafb493a54c95ff64f989c0fdfa1a27331
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M libcxx/include/__ranges/istream_view.h
Log Message:
-----------
[libc++][NFC] Rename basic_istream_view::__iterator to __basic_istream_view_iterator
This makes it a lot easier to specialize traits types for it, like __segmented_iterator_traits.
Reviewed By: Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D140714
More information about the All-commits
mailing list