CWG Issue 1756 (original) (raw)
This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 118e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.
2025-11-05
1756. Direct-list-initialization of a non-class object
Section: 9.5.5 [dcl.init.list]Status: CD4Submitter: Richard SmithDate: 2013-09-20
[Moved to DR at the November, 2014 meeting.]
The wording of 9.5.5 [dcl.init.list] paragraph 3,
if the initializer list has a single element of type E and either T is not a reference type or its referenced type is reference-related to E, the object or reference is initialized from that element
does not specify whether the initialization is direct-initialization, copy-initialization, or the same kind of initialization that applied to the list-initialization. This matters when E is a class type with an explicit conversion function. (Note that aggregate initialization performs copy-initialization on its subobjects, but it's not clear whether that should be the pattern followed for this case.)
Proposed resolution (June, 2014):
This issue is resolved by the resolution ofissue 1467.