http://llvm.org/bugs/show_bug.cgi?id=6276
Sebastian Redl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |sebastian.r...@getdesigned. | |at Resolution| |INVALID --- Comment #2 from Sebastian Redl <[email protected]> 2010-04-23 12:29:36 CDT --- Yes it is, see C++03 7.5p7. """ The form of linkage-specification that contains a brace-enclosed declaration-seq does not affect whether the contained declarations are definitions or not (3.1); the form of linkage-specification directly containing a single declaration is treated as an extern specifier (7.1.1) for the purpose of determining whether the contained declaration is a definition. """ -- 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
