Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-14 19:12:52


----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>

> I can't see this anywhere?

It's in mem_fn.hpp... oops, I never integrated my branch!

> > I don't really understand what that means, but
> > the compiler choked on the alternate section of code.
>
> BOOST_MEM_FN_ENABLE_STDCALL enables mem_fn to understand __stdcall member
> functions (for COM compatibility.)
>
> MSVC also doesn't like the "primary" section and is always directed to the
> alternate definitions by
>
> #if defined(BOOST_MEM_FN_ENABLE_STDCALL) || (defined(BOOST_MSVC) &&
> BOOST_MSVC <= 1300)
>
> We'll need to add a check for Metrowerks <= 7.1 here as well.

That's in there.

> > Peter, I'd appreciate it if you'd have another look at what I did before
I
> > integrate.
>
> Looks OK to me. Go ahead.

Done.


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