Michael137 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)

Ah right yes. If it's built explicitly in c++03 in our test-suite that would 
also be confusing to me

https://github.com/llvm/llvm-project/pull/156033
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to