Skip to content

Commit 57e185f

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[assertions.assert] Add ISO C reference for standard error stream
1 parent cee6b23 commit 57e185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/diagnostics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
If the evaluation yields \tcode{true} there are no further effects.
483483
\item
484484
Otherwise, the \tcode{assert} macro's expression
485-
creates a diagnostic on the standard error stream in an
485+
creates a diagnostic on the standard error stream (\IsoC{}, 7.23.3) in an
486486
\impldef{format of diagnostic created by \tcode{assert} macro's expression}
487487
format and calls \tcode{abort()}.
488488
The diagnostic contains \tcode{\#}\mname{VA_ARGS} and

0 commit comments

Comments
 (0)