Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-12-12 19:46:35


> --- Felipe Magno de Almeida <felipe.m.almeida_at_[hidden]> wrote:

>> boost::bind(boost::mem_fn(&handler::success), this)
>> , boost::bind(boost::mem_fn(&handler::fail), this)

boost::bind( &handler::success, this ) is enough.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk