Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2000-10-17 16:40:49


> It's an interesting approach, but I'm a bit concerned about layering
> something as fundamentally simple as callback objects onto the complex
and
> rather scary lambda library...

Perhaps I misunderstand, but for my "callback" (generalized function
pointer) library I use bind() only to, well, bind a member function
pointer to the object instance, producing a function object. The library
itself does not depend on bind() - the user does.

--
Peter Dimov
Multi Media Ltd.

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