File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19583
19583
Digits in the range 10..35 (inclusive)
19584
19584
are represented as lowercase characters \tcode{a}..\tcode{z}.
19585
19585
If \tcode{value} is less than zero,
19586
- the representation starts with a minus sign .
19586
+ the representation starts with \tcode{'-'} .
19587
19587
19588
19588
\pnum
19589
19589
\throws Nothing.
19717
19717
as described for \tcode{strtol},
19718
19718
except that no \tcode{"0x"} or \tcode{"0X"} prefix shall appear
19719
19719
if the value of \tcode{base} is 16,
19720
- and except that a minus sign
19720
+ and except that \tcode{'-'}
19721
19721
is the only sign that may appear,
19722
19722
and only if \tcode{value} has a signed type.
19723
19723
19754
19754
except that
19755
19755
\begin{itemize}
19756
19756
\item
19757
- the only sign that may appear is a minus sign ;
19757
+ the only sign that may appear is \tcode{'-'} ;
19758
19758
\item
19759
19759
if \tcode{fmt} has \tcode{chars_format::scientific} set
19760
19760
but not \tcode{chars_format::fixed},
You can’t perform that action at this time.
0 commit comments