Sirraide wrote: Actually, I meant this of course: ```c++ int a() {} struct A { friend int a() = delete; }; struct B { friend int b() {} }; struct C { friend int b() = delete; }; ```
https://github.com/llvm/llvm-project/pull/136717 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits