Commit 40800e1
committed
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 llvm/llvm-project#96319.
Bug: 349681543
Test: m librenderengine
Change-Id: I4c0f5adb94415777f832217bc8115e04de6186c51 parent 9949899 commit 40800e1
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
722 | | - | |
| 721 | + | |
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
| |||
0 commit comments