commit | 994989902a02e97f371a7ac86845d9a9eba48553 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 22:46:40 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 00:52:38 2024 -0700 |
tree | ae6929e310f0656ceac943a4f362b7cf7e4583d3 | |
parent | 8a56df6825b5042503d74d690071c4bca9db91f2 [diff] |
libdumputils: avoid set<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 libdumputils Change-Id: Ie673d1f16ebe25050e4f04a2fce797cb6a98f2d9