diff options
| author | James Y Knight <jyknight@google.com> | 2024-06-28 08:42:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-28 08:42:55 -0500 |
| commit | 5e1de27f680591a870d78e9952b23f76aed7f456 (patch) | |
| tree | 08051c2693c6d5c48534dfd7d6a3894504ca0006 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | |
| parent | 5997ebdb4feae22e83ec23cc9ee14e3eb7a39e10 (diff) | |
Revert "[libc++][NFC] Simplify pair a bit" (#97003)
Reverts llvm/llvm-project#96165
The change broke code like
#include <utility>
#include <vector>
struct Test {
std::vector<std::pair<int, Test>> v;
};
std::pair<int, Test> p;
under `-std=c++20`, apparently by triggering certain template
evaluations too eagerly.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions
