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 fcd5b78 commit a930484Copy full SHA for a930484
source/expressions.tex
@@ -3044,9 +3044,9 @@
3044
\end{example}
3045
3046
\pnum
3047
-The result of a function call is the
3048
-result of the operand of the evaluated \tcode{return} statement\iref{stmt.return}
3049
-in the called function (if any),
+The result of a function call is the result of the possibly-converted operand
+of the \tcode{return} statement\iref{stmt.return}
+that transferred control out of the called function (if any),
3050
except in a virtual function call if the return type of the
3051
final overrider is different from the return type of the statically
3052
chosen function, the value returned from the final overrider is
0 commit comments