File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 456
456
457
457
\rSec 2[cassert.syn]{Header \tcode {<cassert>} synopsis}
458
458
459
- \indexlibraryglobal {assert}%
460
459
\begin {codeblock }
461
- #define assert(...) @\seebelow@
460
+ #define @ \libmacro { assert}@ (...) @\seebelow@
462
461
\end {codeblock }
463
462
464
463
\rSec 2[assertions.assert]{The \tcode {assert} macro}
468
467
at the point in the source file where \tcode {<cassert>} is included,
469
468
the \tcode {assert} macro is defined as
470
469
\begin {codeblock }
471
- #define assert(...) ((void)0)
470
+ #define @ \libmacro { assert}@ (...) ((void)0)
472
471
\end {codeblock }
473
472
474
473
\pnum
475
- Otherwise, the \tcode {assert} macro puts a diagnostic test into programs;
474
+ Otherwise, the \libmacro {assert} macro puts a diagnostic test into programs;
476
475
it expands to an expression of type \keyword {void} which
477
476
has the following effects:
478
477
You can’t perform that action at this time.
0 commit comments