Title
Top-level cv-qualification should be ignored for list-initialization
Status
dr
Section
9.4.5 [dcl.init.list]
Submitter
Krystian Stasiowski

Created on 2019-11-19.00:00:00 last changed 3 weeks ago

Messages

Date: 2024-01-21.13:30:12

Proposed resolution (approved by CWG 2024-01-19):

Change in 9.4.5 [dcl.init.list] paragraph 3 as follows:

List-initialization of an object or reference of type cv T is defined as follows:
  • ...
  • If T is an aggregate class and the initializer list has a single element of type cv cv1 U, where U is T or a class derived from T, the object is initialized from that element (by copy-initialization for copy-list-initialization, or by direct-initialization for direct-list-initialization).
  • ...
Date: 2024-03-15.00:00:00

[Accepted as a DR at the March, 2024 meeting.]

(From editorial issue 3492.)

Subclause 9.4.5 [dcl.init.list] paragraph 3 specifies:

List-initialization of an object or reference of type T is defined as follows:
  • ...

Top-level cv-qualifiers should be ignored when comparing T to other types, e.g. in 9.4.5 [dcl.init.list] bullet 3.2.

History
Date User Action Args
2024-04-05 21:43:46adminsetstatus: ready -> dr
2024-03-20 14:10:31adminsetstatus: tentatively ready -> ready
2024-01-21 13:30:12adminsetstatus: open -> tentatively ready
2023-11-23 22:16:33adminsetmessages: + msg7526
2019-11-19 00:00:00admincreate