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

David Blaikie <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from David Blaikie <[email protected]> ---
I believe this is well defined/required. If during construction of any of those
array elements, an exception is thrown (the fact that the body of the ctor is
visible & not throwing isn't considered) then the previous fully constructed
elements need to be destroyed. So the destructor must be available for any such
expression.

-- 
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

Reply via email to