Skip to content

Commit b9c942a

Browse files
committed
[charconv.syn] Remove unnecessary "cv-unqualified"
1 parent cb62e09 commit b9c942a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
When a function is specified
2626
with a type placeholder of \tcode{\placeholder{integer-type}},
2727
the implementation provides overloads
28-
for \tcode{char} and all cv-unqualified signed and unsigned integer types
28+
for \tcode{char} and all signed and unsigned integer types
2929
in lieu of \tcode{\placeholder{integer-type}}.
3030
When a function is specified
3131
with a type placeholder of \tcode{\placeholder{floating-point-type}},

0 commit comments

Comments
 (0)