commit | 8d9b33d64917a05e3342a9b7faef2156afdf8604 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 21:51:49 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 00:52:41 2024 -0700 |
tree | 5ef6d555392c32bbac42754cc1c1e482d494efda | |
parent | 2d4d60cccb705f0ce86da6075aa3606857fa9737 [diff] |
fs_mgr: avoid vector<const T> A container of const T uses std::allocator<const T>, which was an undocumented libc++ extension that has been removed. See https://github.com/llvm/llvm-project/pull/96319. Bug: 349681543 Test: m libfs_mgr Change-Id: Ic7f50453f05293b7684be22393d6e5871e493983