commit | 612146503c7af3837b62543cee99708a93479efa | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 23:11:42 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Jun 27 23:11:42 2024 -0700 |
tree | f9b8fa347aa2b7025275d329ddc88d6d046ee318 | |
parent | 564f96ba7baba8bf1321c984962150c5d5ad2972 [diff] |
libnetd_server: 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 libnetd_server Change-Id: I1e97b0685fd94dc11f1c58c7fa05e1dd140d8172