j
k
j a
j l
--- Felipe Magno de Almeida <felipe.m.almeida@gmail.com> wrote:
...boost::bind(boost::mem_fn(&handler::success), this) , boost::bind(boost::mem_fn(&handler::fail), this)
boost::bind(boost::mem_fn(&handler::success), this) , boost::bind(boost::mem_fn(&handler::fail), this)
boost::bind( &handler::success, this ) is enough.
Back to the thread
Back to the list