diff options
| author | Shivam <75530356+phyBrackets@users.noreply.github.com> | 2024-08-01 18:24:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 08:54:43 -0400 |
| commit | beecf2c6052485d99c6db86422aebdb433f98b5a (patch) | |
| tree | 96b25ced12d7cc255e30cc2c169400c45c04ecc1 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface | |
| parent | d10dc5a06fac4dcabf2264c64c8672c6f6ae36fb (diff) | |
[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)
We were not declaring `__uses_allocator_construction_args` helper
functions, leading to several valid uses failing to compile. This
patch solves the problem by moving these helper functions into a
struct, which also reduces the amount of redundant SFINAE we need
to perform since most overloads are checking for a cv-qualfied pair.
Fixes #66714
Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions
