
7 May
2006
7 May
'06
11:58 a.m.
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