Skip to content

Commit c28b745

Browse files
committed
lambda.cpp
1 parent f91b021 commit c28b745

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

section2/lambda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ void case1()
2121
auto pfunc = &my_square;
2222

2323
(*pfunc)(3);
24+
pfunc(3);
2425

2526
auto func = [](int x)
2627
{

0 commit comments

Comments
 (0)