diff options
author | Martin Storsjö <martin@martin.st> | 2023-08-10 11:09:36 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-08-10 12:59:35 +0300 |
commit | 68744ffbdd7daac41da274eef9ac0d191e11c16d (patch) | |
tree | af20ee1786931c2b150f1e667efe7de6b04be636 /libcxx/src/algorithm.cpp | |
parent | 8a56179bcd8cfad152d4589c78b6b775324457b2 (diff) | |
download | llvm-68744ffbdd7daac41da274eef9ac0d191e11c16d.zip llvm-68744ffbdd7daac41da274eef9ac0d191e11c16d.tar.gz llvm-68744ffbdd7daac41da274eef9ac0d191e11c16d.tar.bz2 |
[lldb] Fix building with latest libc++
Since https://reviews.llvm.org/D157058 in libc++,
the base template for char_traits has been removed - it is only
provided for char, wchar_t, char8_t, char16_t and char32_t.
(Thus, to use basic_string with a type other than those, we'd need
to supply suitable traits ourselves.)
For this particular use, a vector works just as well as basic_string.
Differential Revision: https://reviews.llvm.org/D157589
Diffstat (limited to 'libcxx/src/algorithm.cpp')
0 files changed, 0 insertions, 0 deletions