hey another c++ question ! If I capture by reference in a lambda a stack variable (so that will be dropped when getting out of the scope, before the lambda is executed) bad things will happen when the lambda is executed or the memory is somehow kept ?