
15 Jun
2005
15 Jun
'05
4:44 p.m.
"Stephen Gross" <sgross@darwin.epbi.cwru.edu> 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