Boost logo

Boost :

From: Joel de Guzman (djowel_at_[hidden])
Date: 2003-02-04 08:10:07


----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>

> Joel de Guzman wrote:
> > Hi,
> >
> > Borland cannot handle this code:
> >
> > #include <boost/type_traits.hpp>
> > #include <boost/mpl/if.hpp>
> >
> > using namespace boost;
> > using namespace boost::mpl;
> >
> > struct A {};
> > struct B {};
> >
> > template <typename T>
> > struct C : if_<is_empty<T>, A, B>::type {};
> >
> > struct D { int i; };
> > struct E {};
> >
> > struct F : C<D> {};
> > struct G : C<E> {};
>
> Just tried. Works pretty fine. My CVS tree might be a week old, or so.
> Also, maybe 'if_c<::boost::is_empty<T>::value, A, B>' will work. Did
> the same with 'is_same' recently.

I just updated from CVS before posting this to be sure.

Borland 5.5.1,
bcc32 -O1 -w-inl -w-aus -q -P

Regards,
Joel de Guzman
joel_at_[hidden]
http://www.boost-consulting.com


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