Daniel Krügler (nee Spangenberg) wrote:
> Does there exist a boost::mpl way (?) to define my> boost::tuples::tuple<> inside the given> Test class template until the last non-mpl::void_ is filled into it?> (Iteration until end??)
Can't you just say:
typedef typename mpl::remove<InternalTypeContainer, mpl::void_> ::type
InternalTypeContainerNoVoid;
?
--
Giovanni Bajo
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost