
30 Nov
2007
30 Nov
'07
1:04 a.m.
On Nov 29, 2007 5:50 PM, Joel de Guzman <joel@boost-consulting.com> wrote:
Try:
#include <boost/mpl/is_sequence.hpp> #include <boost/fusion/include/vector.hpp> #include <boost/fusion/include/mpl.hpp>
int main() { BOOST_MPL_ASSERT(( boost::mpl::is_sequence<boost::fusion::vector<int> > )); }
mpl.hpp does the mapping
That did it! Thanks for the quick reply!
(BTW. Not really relevant, but, there's a nifty flat "include" directory where you can find all the includes which forwards to all modules. Like MPL flat include structure.)
I've noticed, and it's very helpful - thanks for adding that in! (although I have to say the old include file layout definitely gave me an appreciation for fusion's beautiful structure :-)) Stjepan