diff options
author | 2024-02-12 20:51:08 -0800 | |
---|---|---|
committer | 2024-02-13 17:31:57 +0000 | |
commit | 008db94e90e07bc4d262c80ef2975681299b32fa (patch) | |
tree | 5211d681a9f2a70e2f1bd83fb3cece2035dedffb /compiler/optimizing/optimizing_compiler.cc | |
parent | 77e5997b524a133d38585da8bf58420f2411f7ad (diff) |
Replace basic_string_view<uint8_t> with string_view
In newer versions of libc++, std::char_traits<T> is no longer defined
for non-character types, and a result, std::basic_string_view<uint8_t>
is also no longer defined. See
https://discourse.llvm.org/t/deprecating-std-string-t-for-non-character-t/66779.
A char is allowed to alias everything, so use a plain std::string_view
instead.
Bug: 175635923
Test: m create_minidebuginfo
Change-Id: I6878e3e5ddf0191e1259afd38ef7df18e5200324
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
0 files changed, 0 insertions, 0 deletions