Skip to content

Commit a601121

Browse files
author
Dawn Perchik
committed
Fixup: NB GB 226 (C++20 CD): P1892R1 - fix Unicode issues and a definition reference.
1 parent eb4ddd4 commit a601121

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19888,24 +19888,24 @@
1988819888

1988919889
\pnum
1989019890
When the \tcode{L} option is used, the form used for the conversion
19891-
is called the \defn{locale-specific} form.
19891+
is called the \defnadj{locale-specific}{form} form.
1989219892
The \tcode{L} option is only valid for arithmetic types, and
1989319893
its effect depends upon the type.
1989419894
\begin{itemize}
1989519895

1989619896
\item
1989719897
For integral types, the locale-specific form
19898-
causes the contexts locale to be used
19898+
causes the context's locale to be used
1989919899
to insert the appropriate digit group separator characters.
1990019900

1990119901
\item
1990219902
For floating-point types, the locale-specific form
19903-
causes the contexts locale to be used
19903+
causes the context's locale to be used
1990419904
to insert the appropriate digit group and decimal radix separator characters.
1990519905

1990619906
\item
1990719907
For the textual representation of \tcode{bool}, the locale-specific form
19908-
causes the contexts locale to be used
19908+
causes the context's locale to be used
1990919909
to insert the appropriate string as if obtained
1991019910
with \tcode{numpunct::truename} or \tcode{numpunct::falsename}.
1991119911
\end{itemize}

0 commit comments

Comments
 (0)