cor3ntin wrote:

Hum, I realized that this is actually 
https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2555, and my 
implementation is not quite correct, as the following should be ill-formed

struct K {
    void f(this K);
    void f();
};


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

Reply via email to