
26 Jun
2004
26 Jun
'04
8:33 p.m.
"David Abrahams" <dave@boost-consulting.com> 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