We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91b021 commit c28b745Copy full SHA for c28b745
1 file changed
section2/lambda.cpp
@@ -21,6 +21,7 @@ void case1()
21
auto pfunc = &my_square;
22
23
(*pfunc)(3);
24
+ pfunc(3);
25
26
auto func = [](int x)
27
{
0 commit comments