Skip to content

Commit 7945291

Browse files
jensmaurertkoeppe
authored andcommitted
[charconv.to.chars, charconv.from.chars] Replace 'minus sign' with '-' (#1862)
1 parent 6c89881 commit 7945291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19583,7 +19583,7 @@
1958319583
Digits in the range 10..35 (inclusive)
1958419584
are represented as lowercase characters \tcode{a}..\tcode{z}.
1958519585
If \tcode{value} is less than zero,
19586-
the representation starts with a minus sign.
19586+
the representation starts with \tcode{'-'}.
1958719587

1958819588
\pnum
1958919589
\throws Nothing.
@@ -19717,7 +19717,7 @@
1971719717
as described for \tcode{strtol},
1971819718
except that no \tcode{"0x"} or \tcode{"0X"} prefix shall appear
1971919719
if the value of \tcode{base} is 16,
19720-
and except that a minus sign
19720+
and except that \tcode{'-'}
1972119721
is the only sign that may appear,
1972219722
and only if \tcode{value} has a signed type.
1972319723

@@ -19754,7 +19754,7 @@
1975419754
except that
1975519755
\begin{itemize}
1975619756
\item
19757-
the only sign that may appear is a minus sign;
19757+
the only sign that may appear is \tcode{'-'};
1975819758
\item
1975919759
if \tcode{fmt} has \tcode{chars_format::scientific} set
1976019760
but not \tcode{chars_format::fixed},

0 commit comments

Comments
 (0)