David Abrahams <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> Further, suppose I write a metafunction:
>
> template <class T>
> struct is_const_and_int_convertible
> : and_<
> is_const<T>
> , is_convertible<T,int>
> >
> {};
>
> Does this one depend on context also?
Yes. But don't we have this problem with the template version, too?
--
Mike Conley
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
