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
I have no idea why the standard is this way....but it is.
Hence in cppinsights I would expect to see something like __lambda_xyz& operator=(__lambda_xyz const &) = delete; for lambdas that capture.
I have no idea why the standard is this way....but it is.
Hence in cppinsights I would expect to see something like
__lambda_xyz& operator=(__lambda_xyz const &) = delete;for lambdas that capture.http://eel.is/c++draft/expr.prim.lambda#closure-13