Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-05-06 05:23:33


Thanks for spotting that, it should be using the helper template
"boost::type_traits::ice_or", I'll get it fixed.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm

> operator|| stop me from compiling using MSVC. Propose following patch:
>
> Index: composite_traits.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/type_traits/composite_traits.hpp,v
> retrieving revision 1.24
> diff -r1.24 composite_traits.hpp
> 937c937
> < || (1 ==
> sizeof(detail::is_member_pointer_helper(make_t()))) );
> ---
> > | (1 ==
> sizeof(detail::is_member_pointer_helper(make_t()))) );
>
> I can commit it if you have no objections,
>
> Gennadiy.


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