Title
Syntactic forms of conversion functions for surrogate call functions
Status
cd3
Section
12.2.2.3 [over.match.oper]
Submitter
Daniel Krügler

Created on 2011-08-31.00:00:00 last changed 123 months ago

Messages

Date: 2012-10-15.00:00:00

[Moved to DR at the October, 2012 meeting.]

Date: 2012-02-15.00:00:00

Proposed resolution (February, 2012):

Change 12.2.2.2.3 [over.call.object] paragraph 2 as follows:

In addition, for each non-explicit conversion function declared in T of the form

    operator conversion-type-id () attribute-specifier-seqopt cv-qualifier
      ref-qualifieropt exception-specificationopt attribute-specifier-seqopt ;

where cv-qualifier is the same...

Date: 2011-08-31.00:00:00

In 12.2.2.2.3 [over.call.object] paragraph 2, the non-explicit conversion functions considered for producing surrogate call functions are those of the form

    operator conversion-type-id () attribute-specifier-seqopt cv-qualifier ;

This (presumably inadvertently) excludes conversion functions with a ref-qualifier and/or an exception-specification.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: drwp -> cd3
2013-05-03 00:00:00adminsetstatus: dr -> drwp
2012-11-03 00:00:00adminsetmessages: + msg4154
2012-11-03 00:00:00adminsetstatus: ready -> dr
2012-02-27 00:00:00adminsetmessages: + msg3731
2012-02-27 00:00:00adminsetstatus: open -> ready
2011-08-31 00:00:00admincreate