| commit | 008db94e90e07bc4d262c80ef2975681299b32fa | [log] [tgz] |
|---|---|---|
| author | Ryan Prichard <rprichard@google.com> | Mon Feb 12 20:51:08 2024 -0800 |
| committer | Ryan Prichard <rprichard@google.com> | Tue Feb 13 17:31:57 2024 +0000 |
| tree | 5211d681a9f2a70e2f1bd83fb3cece2035dedffb | |
| 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