$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-05-13 11:41:21
On Monday 13 May 2002 11:28 am, you wrote:
> Yes, obviously. I forgot to mention signals cannot be passed by value.
>
> By now I do have a modified bind.hpp that does the neccessary unwrapping,
> it seems to work. Needs more testing though.
>
> Thomas
I hadn't realized that bind didn't unwrap ref()/cref() for its first
argument, and I'd really like to have this. (Hint, hint ;->)
Doug