diff options
author | 2024-08-13 18:19:05 -0700 | |
---|---|---|
committer | 2024-09-11 16:39:02 -0700 | |
commit | a1e5831856d72fcd6deba1f7eb123f152edda597 (patch) | |
tree | 46c5bf5737c076b74a5ee03668d8a92a089a9d11 /libs/gui/BLASTBufferQueue.cpp | |
parent | 07889b169e47891128bc42753439e157f9609e9f (diff) |
inputflinger: avoid 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
Test: m inputflinger_tests
Test: m MODULES-IN-frameworks-native
Flag: EXEMPT bugfix
Change-Id: I3f00fa6eeedabdf72a2da01abdd8b2a0f3bddd78
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
0 files changed, 0 insertions, 0 deletions