
27 Sep
2009
27 Sep
'09
2:44 p.m.
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