[all-commits] [llvm/llvm-project] c2a035: [libc++] Simplify a few places where we use __inde...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Tue Dec 2 06:02:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2a0350d8663b37ff96d3e7ca088ffb7d995ef29
https://github.com/llvm/llvm-project/commit/c2a0350d8663b37ff96d3e7ca088ffb7d995ef29
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M libcxx/include/__functional/bind.h
M libcxx/include/__mutex/once_flag.h
M libcxx/include/__utility/integer_sequence.h
M libcxx/include/__utility/pair.h
M libcxx/include/future
M libcxx/include/scoped_allocator
M libcxx/include/tuple
Log Message:
-----------
[libc++] Simplify a few places where we use __index_sequence (#167213)
This is done in two ways:
1) `index_sequence_for` is back-ported as `__index_sequence_for`
2) Extra functions just to expand the parameter pack are replaced with
lambdas
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list