[Lldb-commits] [lldb] [lldb][test] Fix unordered-map test (PR #156033)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 11 05:11:01 PDT 2025
labath wrote:
> What I'm a bit confused about is why the map even contains a `__cc_` member in the first place.
Maybe because the binary is built in c++03 mode, so it uses the c++03 implementation of the map? The c++ library doesn't have to be old, the member is still present at [HEAD](https://github.com/llvm/llvm-project/blob/main/libcxx/include/__cxx03/map#L707)
https://github.com/llvm/llvm-project/pull/156033
More information about the lldb-commits
mailing list