Skip to content

Commit 2de1552

Browse files
authored
[charconv.syn] Clarify types matching integer-type (#6847)
1 parent c1eec01 commit 2de1552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -15317,7 +15317,7 @@
1531715317
When a function is specified
1531815318
with a type placeholder of \tcode{\placeholder{integer-type}},
1531915319
the implementation provides overloads
15320-
for all cv-unqualified signed and unsigned integer types and \tcode{char}
15320+
for \tcode{char} and all cv-unqualified signed and unsigned integer types
1532115321
in lieu of \tcode{\placeholder{integer-type}}.
1532215322
When a function is specified
1532315323
with a type placeholder of \tcode{\placeholder{floating-point-type}},

0 commit comments

Comments
 (0)