You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard should have some example code demonstrating the following.
In particular, i find it hard to visualize code for the second case, and could only guess one example for the first case, which i don't really know if that was the intention.
An expression or conversion is immediate-escalating if it is not initially in an immediate function context and
it is either
— a potentially-evaluated id-expression that denotes an immediate function that is not a subexpression of
an immediate invocation, or
— an immediate invocation that is not a constant expression and is not a subexpression of an immediate
invocation.
The text was updated successfully, but these errors were encountered:
The standard should have some example code demonstrating the following.
In particular, i find it hard to visualize code for the second case, and could only guess one example for the first case, which i don't really know if that was the intention.
An expression or conversion is immediate-escalating if it is not initially in an immediate function context and
it is either
— a potentially-evaluated id-expression that denotes an immediate function that is not a subexpression of
an immediate invocation, or
— an immediate invocation that is not a constant expression and is not a subexpression of an immediate
invocation.
The text was updated successfully, but these errors were encountered: