Skip to content

Commit

Permalink
[ostream.formatted.print] Use \impldef macro.
Browse files Browse the repository at this point in the history
The text defines implementation-defined behavior, but it doesn't use the
appropriate macro. So the text is not available in "Index of
implementation-defined behavior".
  • Loading branch information
mordante committed Jul 30, 2023
1 parent 3a2586c commit 682037e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6838,8 +6838,8 @@
string out = vformat(os.getloc(), fmt, args);
\end{codeblock}
If the function is \tcode{vprint_unicode} and
\tcode{os} is a stream that refers to a terminal capable of displaying Unicode
which is determined in an implementation-defined manner,
\tcode{os} is a stream that refers to \impldef{a terminal capable of displaying
Unicode} which is determined in an implementation-defined manner,
writes \tcode{out} to the terminal using the native Unicode API;
if \tcode{out} contains invalid code units,
\indextext{undefined}%
Expand Down

0 comments on commit 682037e

Please sign in to comment.