Subject: Re: [boost] [fusion] inconsistency in size metafunction
From: Jean-Louis Leroy (jl_at_[hidden])
Date: 2009-09-27 10:44:10


> We could possibly provide consistent use of the same MPL type for all
> the Fusion built in sequence types, but I think that would just hide
> bugs in user code. The comparison should be with mpl::equal_to.

I see.

I had worked around the problem by using value_type instead of just
type. I'll use equal_to now.

Thanks,
J-L