|
Boost : |
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-05-07 07:45:47
// 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk