http://llvm.org/bugs/show_bug.cgi?id=21851
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Reid Kleckner <[email protected]> --- After some thought, we decided the program is correct. It is possible to friend your own member based on the lookup rules. I relaxed the assertion in r224471. In general, it is possible to lookup C++ methods with unqualified names, so the assertion was overzealous. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
