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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
