[LLVMbugs] [Bug 15458] Defaulted default constructor of inner class not found

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 6 13:19:58 PST 2013


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |LATER

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
You can't use the in-class initializer of A::B::a before the end of the
definition of class A, because it's not been parsed yet. This is a provisional
fix for a defect in the standard.

-- 
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/20130306/199b6c41/attachment.html>


More information about the llvm-bugs mailing list