26 Sep
2008
26 Sep
'08
11:12 a.m.
Just a quick question about the async_accept() in acceptor. Must the accept_handler be declared as a static member function within my class? The online examples do not seem to do this at all, and if I try it without the static keyword on my private member function then the compiler complains about it not matching the signature. Etienne Pretorius