summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorA. Jiang <de34@live.cn>2025-01-14 23:26:15 +0800
committerGitHub <noreply@github.com>2025-01-14 10:26:15 -0500
commite03c435d2a4900eb442c1f68b044c21cbc89acbe (patch)
tree43357a53e2b5c013d11cf3c73434ddfb08f16240 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent438e2ccd4ad18d23fc800d0ad9f4f667a547f868 (diff)
[libc++] Fix `tuple_cat` for element with unconstrained constructor (#122433)
Currently, when the result type is 1-`tuple`, `tuple_cat` possibly tests an undesired constructor of the element, due to conversion from the reference tuple to the result type. If the element type has an unconstrained constructor template, there can be extraneous hard error which shouldn't happen. This patch introduces a helper function template to select the element-wise constructor template of `tuple`, which can avoid such error. Fixes #41034.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions