[all-commits] [llvm/llvm-project] 844a9c: [libc++] Make common_iterator's proxy types into a...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Mar 7 12:44:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 844a9c0ef4543bb8d41e56290d47ea0a80fb110b
https://github.com/llvm/llvm-project/commit/844a9c0ef4543bb8d41e56290d47ea0a80fb110b
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M libcxx/include/__iterator/common_iterator.h
Log Message:
-----------
[libc++] Make common_iterator's proxy types into aggregates.
Saves one move in each case, which is basically nothing perf-wise;
this is more about simplifying the code.
Differential Revision: https://reviews.llvm.org/D121130
More information about the All-commits
mailing list