Title
C library linkage editing oversight
Status
tc1
Section
[using.linkage]
Submitter
Beman Dawes

Created on 1997-11-16.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [using.linkage] paragraph 2 from:

It is unspecified whether a name from the Standard C library declared with external linkage has either extern "C" or extern "C++" linkage.

to:

Whether a name from the Standard C library declared with external linkage has extern "C" or extern "C++" linkage is implementation defined. It is recommended that an implementation use extern "C++" linkage for this purpose.

Date: 1997-11-16.00:00:00

The change specified in the proposed resolution below did not make it into the Standard. This change was accepted in principle at the London meeting, and the exact wording below was accepted at the Morristown meeting.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2
1997-11-16 00:00:00admincreate