Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-15 11:44:23


"Stephen Gross" <sgross_at_[hidden]> writes:

>>Maybe
>
>> template <class Sequence, class T>
> struct contains_convertible_type
> : mpl::not_<
> boost::is_same<
> typename mpl::find_if<
> type_sequence
                      ^^^^^^^^^^^^^
Sorry, that shoulda been "Sequence"
> , boost::is_convertible<T,_1>
> >::type
> , typename mpl::end<Sequence>::type
> >
> >
> {};
>
> Cool--thanks for the info; I'll work on it...
>
> Thanks,
> --Steve

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net