What it says on the tin. Have container/non-void macros automatically create a new scope for temporary variables, which is removed after the handler completes. Likely implementation is a prototype-chain stack.
What it says on the tin.
Have container/non-void macros automatically create a new scope for temporary variables, which is removed after the handler completes.
Likely implementation is a prototype-chain stack.