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


1649. Error in the syntax of mem-initializer-list

Section: 11.9.3  [class.base.init]     Status: C++14     Submitter: Daniel Krügler     Date: 2013-04-13

[Moved to DR at the September, 2013 meeting.]

The grammar in 11.9.3 [class.base.init] paragraph 1 for mem-initializer-list is incorrect:

The ellipsis in the second production should be on mem-initializer, not on mem-initializer-list.

Proposed resolution (August, 2013):

Change the grammar in 11.9.3 [class.base.init] paragraph 1 as follows: