https://llvm.org/bugs/show_bug.cgi?id=22924

Richard Smith <[email protected]> changed:

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

--- Comment #1 from Richard Smith <[email protected]> ---
[expr.new]p19: "If the new-expression creates an object or an array of objects
of class type, access and ambiguity control are done for the allocation
function, the deallocation function (12.5), and the [default] constructor
(12.1)."

Note that this happens whether or not the initializer actually initializes all
the array elements.

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