http://llvm.org/bugs/show_bug.cgi?id=7065
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 2010-05-06 09:16:07 CDT --- Clang is correct; Comeau and g++ are wrong not to diagnose these errors. See C++ [namespace.udecl]p10: A using-declaration is a declaration and can therefore be used repeatedly where (and only where) multiple declarations are allowed. -- 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
