$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-01-23 10:02:17
On Thursday 22 January 2004 10:23 pm, Edward Diener wrote:
> if (ACallback == boost::bind(&X::AMemberFunction,&x))
> {
> // Do something
> }
> else if (ACallback == boost::bind(&Y::AnotherMemberFunction,&y))
> {
> // Do something else
> }
This will be supported.
Doug