commit | aecb0333b03b6235f4c97d111bcc219f1adddfb1 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Mon Feb 12 20:15:42 2024 -0800 |
committer | Ryan Prichard <rprichard@google.com> | Mon Feb 12 20:15:47 2024 -0800 |
tree | cae26dfeab5ba55e7932b4eb459fdd0f2f751d29 | |
parent | 7f9c47a388b605fca92f5a1798e00c8e2af5db24 [diff] |
Replace std::basic_string<uint8_t> with std::vector In newer versions of libc++, std::char_traits<T> is no longer defined for non-character types, and a result, std::basic_string<uint8_t> is also no longer defined. See https://discourse.llvm.org/t/deprecating-std-string-t-for-non-character-t/66779. Bug: 175635923 Test: make checkbuild Change-Id: Icb3937d8b1ff6dbe7e35e62f2e6cc1e2eb789121