http://llvm.org/bugs/show_bug.cgi?id=8178
John McCall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from John McCall <[email protected]> 2010-09-18 09:14:16 CDT --- I don't think this is valid. The member found is the alias created by the using declaration, not the member itself, and "the alias created by the using-declaration has the usual accessibility for a member-declaration" [namespace.udecl]p15. So that bullet doesn't apply because the alias isn't accessible in any base class, because it's not even declared there. There might be a DR about this, so feel free to re-open if you dispute this interpretation or have other authority. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
