$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-07-08 20:31:15
"Giovanni Bajo" <giovannibajo_at_[hidden]> wrote in message
news:11b001c226e3$7ab020f0$45422597_at_bagio...
> [...]
> For the original poster, the code can be written also as:
>
> bind(fighters, p)();
> [...]
Frankly, I prefer:
(p.get()->*fighters)();
to invoking bind(). ;)
Dave