Boost logo

Boost Users :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-01-18 19:13:05


Hi,

If I am trying to make a fusion sequence mpl compatible, do I need to specialize mpl::is_sequence as well? I had expected that the following should be true:

BOOST_MPL_ASSERT(( fusion::traits::is_sequence<myseq> ));
BOOST_MPL_ASSERT(( mpl::is_sequence<myseq> ));

But the compilation fails on the second line. I've also defined begin using the fusion extension mechanism for this sequence.

Thanks!

Sohail



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net