[all-commits] [llvm/llvm-project] 56b447: [libc++] Rename transform_view::{__iterator, __sen...
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jan 11 11:45:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56b447e482d668394e7ffa677c52694d48ec58ca
https://github.com/llvm/llvm-project/commit/56b447e482d668394e7ffa677c52694d48ec58ca
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M libcxx/include/__ranges/transform_view.h
Log Message:
-----------
[libc++] Rename transform_view::{__iterator, __sentinel} to __transform_view_{iterator, sentinel}
This makes it a lot easier to specialize traits types, like __segmented_iterator_traits.
Reviewed By: var-const, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D140728
More information about the All-commits
mailing list