Hi, Does anybody know how to implement type traits that will allow me to check whether argument type T is instance od template A. Particulaly I am interested in mpl sequences. I.e.:
is_instance_of<T,mpl::list>::value This syntax presume template template parameter. I would prefer MSVC6 compartible way of course. Gennadiy. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost