Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a1e58318 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

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
parent 07889b16
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment