27 Jan
2005
27 Jan
'05
1:38 p.m.
hi,
I was trying to use mpl::contains with list_c and it always seems to
return mpl::false_.
For example
typedef mpl::list_c< int ,16,8 > mylist;
typedef mpl::contains