We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27c3b3 commit c193550Copy full SHA for c193550
source/basic.tex
@@ -6386,7 +6386,7 @@
6386
without leaving the current block (e.g., by calling the function
6387
\tcode{std::exit(int)}\iref{support.start.term}) does not destroy any
6388
objects with automatic storage duration\iref{class.dtor}. If
6389
-\tcode{std::exit} is called to end a program during the destruction of
+\tcode{std::exit} is invoked during the destruction of
6390
an object with static or thread storage duration, the program has undefined
6391
behavior.
6392
0 commit comments