Boost logo

Boost :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-05-07 07:58:36


Ooops. I just noticed this problem has already been reported...

For those about to reply "don't use is_sequence" please answer this question first:

How to traverse a tree where the nodes are sequences and the leafes are mpl::intS without it?

Tobias Schwinger wrote:
> // testcase mpl bug, is_sequence [CVS HEAD, GCC, VC]
>
> #include <boost/mpl/assert.hpp>
>
> #include <boost/mpl/is_sequence.hpp>
> #include <boost/mpl/int.hpp>
>
> using namespace boost::mpl;
>
> BOOST_MPL_ASSERT_NOT(( is_sequence< int_<1> > ));
>
>
> --
> Regards,
>
> Tobias
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk