commit | 2b2abd3bad4dc5989c8737d7fecab48a0923c614 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Aug 15 18:03:36 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Aug 23 15:55:01 2024 -0700 |
tree | 06e1f1c1c7039c9cb485e5796068e3047c2bcf14 | |
parent | 30b1a88a5e7465e0f557fb52e0a778e508aa5706 [diff] |
ftl: delegate SmallVector<const T> to std::vector<T> An STL container of const T uses std::allocator<const T>, which was an undocumented libc++ extension that has been removed. See llvm.org/PR96319. Bug: http://b/349681543 Test: ftl_test Change-Id: Ic5ef8b80231bd58b77e5ca0ee48f263b03973a3f