Skip to content

Commit 6ee8332

Browse files
committed
[class] Clarify 'cv-void class members'
1 parent f824a75 commit 6ee8332

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
@@ -1140,7 +1140,7 @@
11401140
\indextext{definition!static member}%
11411141
The declaration of a \tcode{static} data member in its class definition
11421142
is not a definition and may be of an incomplete type other than
1143-
cv-qualified \tcode{void}. The definition for a \tcode{static} data
1143+
\cv\ \tcode{void}. The definition for a \tcode{static} data
11441144
member shall appear in a namespace scope enclosing the member's class
11451145
definition.
11461146
\indextext{operator~use!scope~resolution}%

0 commit comments

Comments
 (0)