j
k
j a
j l
mpl::equal<mpl::int_<1>, mpl::int_<0> >::type::value equals to 1??
mpl::equal<mpl::int_<1>, mpl::int_<0> >::type::value
equals to 1??
OK got it, mpl::equal compares 2 sequences, I have to use equal_to. Bruno
Back to the thread
Back to the list