[all-commits] [llvm/llvm-project] e4e028: [libc++] Move iota_view::iterator and sentinel out...
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Jan 20 08:12:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4e0288f5bb191128f4c1b66baa3fd6f8e3bd26a
https://github.com/llvm/llvm-project/commit/e4e0288f5bb191128f4c1b66baa3fd6f8e3bd26a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M libcxx/include/__ranges/iota_view.h
M libcxx/test/std/ranges/range.factories/range.iota.view/iterator/star.pass.cpp
Log Message:
-----------
[libc++] Move iota_view::iterator and sentinel out of iota_view
This makes it a lot easier to specialize traits types for it, like __segmented_iterator_traits.
Reviewed By: var-const, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D141454
More information about the All-commits
mailing list