This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


1807. Order of destruction of array elements after an exception

Section: 14.3  [except.ctor]     Status: CD4     Submitter: Thomas Koeppe     Date: 2013-11-11

[Moved to DR at the November, 2014 meeting.]

The destruction of fully-constructed array elements when array initialization is terminated by an exception is required by 14.3 [except.ctor] paragraph 2, but the order in which they are to be destroyed is not specified. Presumably it should be in reverse order of construction.

Proposed resolution (June, 2014):

This issue is resolved by the resolution of issue 1774.