Title
Redundant description of language linkage in function call
Status
c++17
Section
7.6.1.3 [expr.call]
Submitter
Richard Smith

Created on 2015-12-17.00:00:00 last changed 38 months ago

Messages

Date: 2021-02-17.00:00:00

Additional note, February, 2021:

This issue was resolved editorially.

Date: 2016-11-15.00:00:00

Notes from the November, 2016 meeting:

This issue will be resolved editorially and is being placed in "review" status until the corresponding change appears in a working draft.

Date: 2021-02-17.00:00:00

Calling a function through an expression whose language linkage is different from that of the called function is explicitly called out as undefined behavior, even though there is a general provision that makes any difference in the types of the expression and function undefined. The special treatment for language linkage should be removed.

History
Date User Action Args
2021-02-17 00:00:00adminsetmessages: + msg6517
2021-02-17 00:00:00adminsetstatus: review -> c++17
2018-02-27 00:00:00adminsetmessages: + msg5880
2018-02-27 00:00:00adminsetstatus: open -> review
2015-12-17 00:00:00admincreate