$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2004-12-27 12:43:32
Rene Rivera wrote:
> Ah I see what your question is now... Bind uses copies of the
> arguments unless told otherwise with boost::ref. So as long as the
> function<> exists so will the argument, and hence the shared instance.
>
Thank you.
Roland