[clang] [clang] Bugfix for choosing the more specialized overload (PR #83279)

Botond István Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 06:39:41 PST 2024


HoBoIs wrote:

> I don't think checking for c++20 is useful because rewritten candidates are a c++20- feature anyway

Yes, but the resolution of the DR also talks about the reference type of the object parameter. (If I apply the patch retroactively the code will get simpler.)

https://github.com/llvm/llvm-project/pull/83279


More information about the cfe-commits mailing list