17 Feb
2005
17 Feb
'05
3:09 a.m.
Hi all,
I would like to know if there is a way right now or if there is a plan to
add the possibility of using bll::bind (boost lambda bind) with shared_ptr
as one uses it with normal pointers.
This functionality is currently supported by boost::bind but I cannot find a
way to make it work with lambda bind.
For example:
class CFoo
{
public:
void SetI(const int & nI) { ... }
};
std::vector