Skip to content

Commit 4d58605

Browse files
authored
[class.friend] Fix a mistakenly monospaced "friend declaration" (#6736)
1 parent 4eed7a0 commit 4d58605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4850,7 +4850,7 @@
48504850
a \grammarterm{template-declaration}\iref{temp.pre,temp.friend}.
48514851
\end{note}
48524852
If the
4853-
type specifier in a \keyword{friend} declaration designates a (possibly
4853+
type specifier in a friend declaration designates a (possibly
48544854
cv-qualified) class type, that class is declared as a friend; otherwise, the
48554855
friend declaration is ignored.
48564856
\begin{example}

0 commit comments

Comments
 (0)