diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-08-05 09:48:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 09:48:46 +0200 |
commit | 091c33b1f5d54201f8129b03f8cfc70aa94b053c (patch) | |
tree | bf2c8f812505807bbe1786706131d784cbd7af9a /lldb/unittests/ScriptInterpreter/Python | |
parent | 87283db54852a899a52e4e01aa01b471ffa34a1d (diff) | |
download | llvm-091c33b1f5d54201f8129b03f8cfc70aa94b053c.zip llvm-091c33b1f5d54201f8129b03f8cfc70aa94b053c.tar.gz llvm-091c33b1f5d54201f8129b03f8cfc70aa94b053c.tar.bz2 |
[libc++] Remove SFINAE on __tuple_impl constructors (#151654)
The SFINAE isn't required, since the primary `tuple` class already does
the SFINAE checks. This removes a bit of code that was only used for
these constraints.
This also moves the `tuple_element` specialization for `tuple` to
`__fwd/tuple.h` to avoid a dependency on `__tuple/sfinae_helpers.h`
(which should be moved in a follow-up).
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions