================ @@ -724,6 +724,9 @@ features cannot lower the translation-unit ABI level; - Fixed an issue where an explicit specialization of a constexpr variable would result in a link error. (#GH219796) +- Fixed ambiguous overload where two non-static member functions with + different signatures could be incorrectly considered equivalent. (#G224499) ---------------- zyn0217 wrote:
```suggestion - Fixed ambiguous overload where two non-static member functions with different signatures could be incorrectly considered equivalent. (#GH224499) ``` https://github.com/llvm/llvm-project/pull/224500 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
