Skip to content

Commit a82e553

Browse files
committed
[utility] Make spelling of 'cv void' more consistent
1 parent 6ee8332 commit a82e553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)