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


2151. Exception object is not created

Section: 6.7.2  [intro.object]     Status: CD4     Submitter: Hubert Tong     Date: 2015-06-26

[Adopted at the June, 2016 meeting as document P0137R1.]

According to 6.7.2 [intro.object] paragraph 1,

An object is created by a definition (6.2 [basic.def]), by a new-expression (7.6.2.8 [expr.new]) or by the implementation (6.7.7 [class.temporary]) when needed.

This should probably also include a throw-expression, with a cross-reference to 14.2 [except.throw].

Notes from the October, 2015 meeting:

This issue is expected to be resolved by the resolution of issue 1776.

Proposed resolution (June, 2016):

This issues is resolved by the resolution of issue 1776.