Why is mutable lambda converted to function pointer instead of calling operator()?
From cppinsights we see how in the following code the line lambda();
is interpreted by the language:
From cppinsights we see how in the following code the line lambda();
is interpreted by the language: