diff options
author | nicole mazzuca <nicole@strega-nil.co> | 2024-07-30 20:24:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 11:24:11 -0700 |
commit | d067062a42b0ce591f03c15cb76fe0fb27d1d9c1 (patch) | |
tree | ce4055b940d25d455e1a35e46f34002ee5319080 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 99a0a12ad66b64616788619efbe2db52c066fbe2 (diff) | |
download | llvm-d067062a42b0ce591f03c15cb76fe0fb27d1d9c1.zip llvm-d067062a42b0ce591f03c15cb76fe0fb27d1d9c1.tar.gz llvm-d067062a42b0ce591f03c15cb76fe0fb27d1d9c1.tar.bz2 |
[libc++] fix `array<T, 0>` under `USE_WRAP_ITER` (#101156)
`array<T, 0>::iterator` was always a pointer even when
`_LIBCXX_ABI_USE_WRAP_ITER_IN_STD_ARRAY` was defined. This patch fixes
that minor bug.
Discovered as part of [#100603][].
Drive-by: switch from `typedef` to `using` in `<array>`
[#100603]: https://github.com/llvm/llvm-project/pull/100603
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions