cplusplus / CWG

Core Working Group
23 stars 7 forks source link

[class.conv.general] p4 seems redundant #393

Open cor3ntin opened 1 year ago

cor3ntin commented 1 year ago

[class.conv.general] p4 says

At most one user-defined conversion (constructor or conversion function) is implicitly applied to a single value.

However this does not explain anything, the actually specification leading to this restriction is described in [over.best.ics.general]

We can leave the sentence but we should probably make it a note

Proposed resolution

Make [class.conv.general] p4 a note

[Note: At most one user-defined conversion (constructor or conversion function) is implicitly applied to a single value. — end note]

JohelEGP commented 1 year ago

Looks like this could be an editorial issue (https://github.com/cplusplus/draft/wiki/How-to-submit-an-editorial-issue).