Boost logo

Boost :

Subject: Re: [boost] [introspection] Status
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2009-07-22 11:15:50


On Wed, Jul 22, 2009 at 6:21 AM, joel<joel.falcou_at_[hidden]> wrote:
> Thansk for the head up. I had report of MSVC8 failing to make sense out of
> them.
> Well, I'll have a short time span next month and i'll try to get a VM
> running with MSVC and hammer this out.
> Thanks for your interest :)
>

For MS, you probably need to use the compiler specific extensions
'__if_exists' etc

        __if_exists(Class::Mem)
        {
                static const bool value = true;
        }
        __if_not_exists(Class::Mem)
        {
                static const bool value = false;
        }

Tony


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