Skip to content

Commit 44225b7

Browse files
committed
srv.cpp
1 parent e431161 commit 44225b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

section5/srv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ try
7474

7575
// todo: try-catch
7676
std::async(std::launch::async,
77-
[&sum, &count, msg_ptr]()
77+
[&sum, msg_ptr]()
7878
//[&sum, &count](decltype(msg_ptr) ptr)
7979
{
8080
//cout << ptr.unique() << endl;

0 commit comments

Comments
 (0)