Files
llvm/libcxx/include/__mutex
Nikolas Klauser c2a0350d86 [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
2025-12-02 15:02:04 +01:00
..