[LLVMbugs] [Bug 16174] typedef causes instantiation of a class which fails due to an incomplete type

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 29 23:50:27 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16174

tommitissari at hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from tommitissari at hotmail.com ---
(In reply to comment #1)
> OK, but what part of this do you think is a bug, and why?

My thinking was that typedef shouldn't cause a class instantiation, but now I
realize that it's not the typedef, but rather the B:: that causes B to be
instantiated. Sorry about this brain-fart.

-- 
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/20130530/1e6e5ab7/attachment.html>


More information about the llvm-bugs mailing list