1 parent 0258ab0 commit e431161Copy full SHA for e431161
1 file changed
section5/srv.cpp
@@ -74,7 +74,7 @@ try
74
75
// todo: try-catch
76
std::async(std::launch::async,
77
- [&sum, &count, &msg_ptr]()
+ [&sum, &count, msg_ptr]()
78
//[&sum, &count](decltype(msg_ptr) ptr)
79
{
80
//cout << ptr.unique() << endl;
0 commit comments