diff options
author | 2024-06-27 23:03:32 -0700 | |
---|---|---|
committer | 2024-06-28 01:00:00 -0700 | |
commit | 40800e1b0eed45e30c3f05e0e9829be2f83a7fc4 (patch) | |
tree | 56c786df22e323b6008cbe82c95fbe3822ef0fd6 /libs/ui/DebugUtils.cpp | |
parent | 994989902a02e97f371a7ac86845d9a9eba48553 (diff) |
librenderengine: 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 librenderengine
Change-Id: I4c0f5adb94415777f832217bc8115e04de6186c5
Diffstat (limited to 'libs/ui/DebugUtils.cpp')
0 files changed, 0 insertions, 0 deletions