From 682037e20911308d2584ca33e4e4e0891a6e90bf Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 30 Jul 2023 17:22:29 +0200 Subject: [PATCH] [ostream.formatted.print] Use \impldef macro. 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". --- source/iostreams.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 1ecb1c598d..96dcc3d3aa 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -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}%