commit | ec0f7774c659d204cfd36b0407dbf7f6dc5be762 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Oct 24 15:59:44 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Oct 24 16:00:49 2024 -0700 |
tree | 2bbd1258904c9bed5a20ffe172d31cc18bcf600f | |
parent | e4acb47ba99388a23debebe2735ec6c1327fc75a [diff] |
fs_mgr: avoid std::vector<const T> std::vector<const T> uses std::allocator<const T>, which is an undocumented libc++ extension to the C++ standard library. The extension was removed in llvm.org/PR96319. Use an ordinary non-const T instead. Bug: http://b/349681543 Bug: http://b/375478563 Test: m libfs_mgr Flag: EXEMPT, refactor to fix build failure Change-Id: I759526c7507824dca0e2e4f5cb2bf3c58dece1d8