$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [signals2, bind] connecting a slot with unrelated signature
From: Igor R (boost.lists_at_[hidden])
Date: 2009-08-09 06:16:17
> Why do you need nested binds? Â Doesn't this work?:
<...>
> Â sig.connect(bind(&callback, 5));
Actually, my question arose because the above line failed to compile.
But when I re-check it now, it compiles as expected. I was probably
hallucinating...
Sorry.