Skip to content

Commit 472078f

Browse files
burblebeetkoeppe
authored andcommitted
CWG2460 C language linkage and constrained non-template friends
1 parent cf43bdd commit 472078f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/declarations.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8313,8 +8313,9 @@
83138313
\indextext{class!linkage specification}%
83148314
A C language linkage is ignored
83158315
in determining the language linkage of
8316-
the names of class members and the
8317-
function type of class member functions.
8316+
the names of class members,
8317+
the names of friend functions with a trailing \grammarterm{requires-clause}, and
8318+
the function type of class member functions.
83188319
\begin{example}
83198320
\begin{codeblock}
83208321
extern "C" typedef void FUNC_c();

0 commit comments

Comments
 (0)