Boost logo

Boost :

Subject: Re: [boost] bug in type_traits/is_virtual_base_of ??
From: John Maddock (john_at_[hidden])
Date: 2010-02-11 12:59:03


> cast the bool to an int, still does not work. It works for most cases,
> for example this works:
>
> struct C : public A, public B
> {
> virtual test(); //
> }
>
> struct C : public A, public B
> {
> virtual test();
> float parameter; // DOESN"T WORK ANY MORE
> };
>

Which specific compiler version? I need something that I can reproduce
here... John.


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