Comment on Implementation of GCC's Nested Functions (vs. C++ Lambdas)parentComments−tptacek3dDoesn't this imply that the two functions have different semantics for capturing the environment?−ueckerOP3dNo, why? It simply means that the arguments are in different registers.
Comments
Doesn't this imply that the two functions have different semantics for capturing the environment?
No, why? It simply means that the arguments are in different registers.