From bb9bb86a9619e30505cac3223c3db1e387d8f2a9 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 30 Aug 2026 13:40:29 +0200 Subject: [PATCH] [basic.start.term] Describe sequencing of function calls, not of functions --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 34f3deae72..52e91d674a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -7661,7 +7661,7 @@ \indexlibraryglobal{exit}% \tcode{std::exit}\iref{support.start.term}. The call to \tcode{std::exit} is sequenced before -the destructions and the registered functions. +the destructions and calls to registered functions. \begin{note} Returning from \tcode{main} invokes \tcode{std::exit}\iref{basic.start.main}. \end{note}