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> {};
> 
Look at my recent thread: "Current is_convertible borken for bcc5.5.1",
In my last message I posted a fix for bcc5.5.1.

-- 
Fernando Cacciola



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to