summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2024-07-28 12:22:19 +0200
committerGitHub <noreply@github.com>2024-07-28 12:22:19 +0200
commit2711618214b22bbc170edd0672f0b5fc1cb8acf4 (patch)
treea7099f2d5a4e809f43c64a3565fc794c2f30e71b /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
parent6907ab49399f131e04ea1816d155107e92d3b1aa (diff)
[libc++][memory_resource] Implements LWG3683. (#100775)
The polymorphic_allocator was added in C++17. This issue was filed in 2022 so well after C++20. This issue adds an operator==. Starting with C++20 this adds a compiler generated operator!=. To have the same behaviour in C++17 and C++20 (and later) a manual operator!= is defined in C++17. Implements - LWG3683 operator== for polymorphic_allocator cannot deduce template argument in common cases
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions