$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.