[LLVMbugs] [Bug 22044] The name of struct can be used as for scope resolution an unlimited amount of times.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 28 10:46:30 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=22044
Serge Pavlov <sepavloff at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sepavloff at gmail.com
Resolution|--- |INVALID
--- Comment #1 from Serge Pavlov <sepavloff at gmail.com> ---
This is so-called injected class name (see C++ standard 9p2):
The class-name is also inserted into the scope of the class itself; this is
known as the injected-class-name.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141228/d83310dc/attachment.html>
More information about the llvm-bugs
mailing list