Boost logo

Boost :

Subject: Re: [boost] Need help with workaround for MSVC bug
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2009-09-17 16:58:31


Emil Dotchevski wrote:
> On Thu, Sep 17, 2009 at 1:46 PM, Stewart, Robert
> <Robert.Stewart_at_[hidden]> wrote:
> > Emil Dotchevski wrote:
> >>
> > I think the problem is that the function template is a
> > __thiscall * rather than the default __cdecl *. Thus, for
> > MSVC (only), adding the following might solve your problem:
> >
> > template <class T, int X>
> > void operator ||(T, void (__thiscall *)(tag<X>))
> > {
> > }
>
> No it isn't __thiscall, bar is a global function template
> (op|| is also global.)

I knew that. I was just thinking, "not __cdecl," and "__thiscall" jumped into my head. Sorry about that.

There are also __stdcall and __fastcall.

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk