Files
llvm/libcxx/include/__tuple
Nikolas Klauser 74b9484fd6 [libc++] Simplify <tuple> further (#156351)
This essentially inlines `__make_tuple_types` and simplifies the support
code. This significantly simplifies the implementation, since
`__make_tuple_types` has multiple features, but the different places
that use it only make use of a subset of the features. Inlining it
separates concerns better and leads to less code in total.
2025-09-02 08:42:39 +02:00
..