commit | b2d7582274fe30b9a70a9bda24b105fe970e13cf | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 21:56:41 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 00:52:39 2024 -0700 |
tree | 8fd7440de9fdaa455682851991df17a9d014d3b9 | |
parent | f2315d018bb5e8c9eda385b1fbd91d49fadc34e7 [diff] |
libnetdutils: avoid deque<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 libnetdutils Change-Id: I0b0eb07a6c95b4781ad04a82068bd33aef68e33b