Skip to content

[ostream.formatted.print] Use \impldef macro. #6423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifically, this appearance of the word "implementation-defined" must be replaced by \impldef{text to appear in the index}

writes \tcode{out} to the terminal using the native Unicode API;
if \tcode{out} contains invalid code units,
\indextext{undefined}%
Expand Down