Skip to content

Commit 1d3fe3c

Browse files
committed
Merge pull request #402 from tkoeppe/cvvoid
[class, utility] Clarify 'cv-void class members' and make spelling more consistent
2 parents b91707d + a82e553 commit 1d3fe3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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}%

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8564,7 +8564,7 @@
85648564
\pnum
85658565
The simple call wrapper shall
85668566
define two nested types named \tcode{argument_type} and \tcode{result_type} as synonyms
8567-
for \tcode{\cv{} T*} and \tcode{Ret}, respectively,
8567+
for \cv{} \tcode{T*} and \tcode{Ret}, respectively,
85688568
when \tcode{pm} is
85698569
a pointer to member function with cv-qualifier \textit{cv} and taking no
85708570
arguments, where \textit{Ret} is \tcode{pm}'s return type.
@@ -8573,7 +8573,7 @@
85738573
The simple call wrapper shall
85748574
define three nested types named \tcode{first_argument_type},
85758575
\tcode{second_argument_type}, and \tcode{result_type} as synonyms
8576-
for \tcode{\cv{} T*}, \tcode{T1}, and \tcode{Ret}, respectively,
8576+
for \cv{} \tcode{T*}, \tcode{T1}, and \tcode{Ret}, respectively,
85778577
when \tcode{pm} is
85788578
a pointer to member function with cv-qualifier \textit{cv} and taking
85798579
one argument of type \tcode{T1}, where \textit{Ret} is \tcode{pm}'s return type.

0 commit comments

Comments
 (0)