29 Oct
2009
29 Oct
'09
7:15 p.m.
AMDG Igor R wrote:
(lambda::var(member_) = 5)
Did you mean &my_obj::member_?
No. I meant exactly what I said.
But anyway, it doesn't compile.
The following works fine.
#include
My real code should look like this:
io_service.post(lambda::var(member_)=5); // posts to another thread and performs the assignment there
In Christ, Steven Watanabe