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


1750. “Argument” vs “parameter”

Section: 12.2.2.5  [over.match.copy]     Status: CD4     Submitter: Mike Miller     Date: 2013-09-13

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

The current wording of the second bullet of paragraph 1 of 12.2.2.5 [over.match.copy] contains the phrase,

When initializing a temporary to be bound to the first parameter of a constructor that takes a reference to possibly cv-qualified T as its first argument...

Presumably “argument” should be “parameter.”

Proposed resolution (February, 2014):

Change 12.2.2.5 [over.match.copy] paragraph 1 as follows:

...the candidate functions are selected as follows: