20 Jan
2007
20 Jan
'07
5:59 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org on behalf of Peter Dimov Sent: Sat 1/20/2007 9:42 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users][Fusion]fusion::traits::is_sequence<->mpl::is_sequence? Sohail Somani wrote:
I think I'll stick with fusion::result_of for now ;)
------
I take that back! I do need some of the mpl algorithms.
I wonder whether you need Fusion at all for this and similar tasks... maybe we just need to make the bind argument list an MPL sequence (not hard once you have the element extraction partial specializations in place) and stick to MPL algorithms. ----- I should add that the partial specializations were in no way the hard part :) Atleast for me!