From cf892019f82c5bafb32b75fa8f651ba229090956 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 24 Mar 2025 00:24:04 +0800 Subject: [PATCH] [assertions.assert] Add ISO C reference for standard error stream --- source/diagnostics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/diagnostics.tex b/source/diagnostics.tex index 1f5f1ad48a..3c4b0c9800 100644 --- a/source/diagnostics.tex +++ b/source/diagnostics.tex @@ -482,7 +482,7 @@ If the evaluation yields \tcode{true} there are no further effects. \item Otherwise, the \tcode{assert} macro's expression -creates a diagnostic on the standard error stream in an +creates a diagnostic on the standard error stream (\IsoC{}, 7.23.3) in an \impldef{format of diagnostic created by \tcode{assert} macro's expression} format and calls \tcode{abort()}. The diagnostic contains \tcode{\#}\mname{VA_ARGS} and