$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-07-09 15:19:45
"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:005f01c2277c$e970ffc0$1d00a8c0_at_pdimov2...
> [...]
> An operator->* would probably fail here, too, unless it's specifically
> made to recognize __fastcall member pointers. bind currently knows
> about __stdcall but not __fastcall. get() is your best bet. :-)
I see. Thanks for the info. Is it possible to get bind() to recognize
__fastcall as well? It would certainly make it more useful with BCB.
Dave