[Lldb-commits] [lldb] [lldb] Mark operator== const to avoid ambiguity in C++20. (PR #68224)

2023-10-04 Thread Samira Bazuzi via lldb-commits
https://github.com/bazuzi created https://github.com/llvm/llvm-project/pull/68224 C++20 will automatically generate an operator== with reversed operand order, which is ambiguous with the written operator== when one argument is marked const and the other isn't. These operators currently trigge

[Lldb-commits] [lldb] [lldb] Mark operator== const to avoid ambiguity in C++20. (PR #68224)

2023-10-04 Thread Samira Bazuzi via lldb-commits
bazuzi wrote: @JDevlieghere @labath Are either of you able to review? https://github.com/llvm/llvm-project/pull/68224 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Mark operator== const to avoid ambiguity in C++20. (PR #68224)

2023-10-04 Thread Samira Bazuzi via lldb-commits
bazuzi wrote: Thanks, Jonas. Can you also merge for me? I don't have write access. https://github.com/llvm/llvm-project/pull/68224 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits