$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-06-26 15:33:21
"David Abrahams" <dave_at_[hidden]> wrote
> The error message will tell you that incomplete<some_nasty_type> is
> incomplete.
>
> Write down that type and use it to declare the result of calling
> boost::bind.
... or use typeof if your compiler supports it ...
BTW, it may be easy to define boost::bind support layer on top of my typeof
emulation if there is an interest for this...
Arkadiy