$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2005-07-07 15:33:37
Paul Mensonides wrote:
>>-----Original Message-----
>>From: boost-bounces_at_[hidden]
>>[mailto:boost-bounces_at_[hidden]] On Behalf Of Peter Dimov
>
>
>>>Calling convention could be part of such a linkage
>>
>>specification. In
>>
>>>the case of __stdcall, extern "verbose".
>>
>>Apologies for the OT, but why "verbose"? __stdcall isn't
>>verbose at all.
>
>
> Sorry, underhanded (yet well-deserved) shot at Pascal.
^ ;-) ^
Btw. "__pascal" and "__stdcall" are not exactly the same: Both require the callee
to clean up but the arguments are ordered differently on the stack.
Regards,
Tobias