Comment on Indirect Calling of Nested Functions on GCC Without Executable StackparentComments−inigyou12dC++ lambdas have different sizes, so you can't embed an arbitrary one into another structure.−ueckerOP12dI does not need to be embedded. I just need a pointer to it.
Comments
C++ lambdas have different sizes, so you can't embed an arbitrary one into another structure.
I does not need to be embedded. I just need a pointer to it.