[LLVMbugs] [Bug 6276] Linkage specifications are also treated as a storage-class-specifiers
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 23 10:29:36 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6276
Sebastian Redl <sebastian.redl at getdesigned.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sebastian.redl at getdesigned.
| |at
Resolution| |INVALID
--- Comment #2 from Sebastian Redl <sebastian.redl at getdesigned.at> 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.
More information about the llvm-bugs
mailing list