$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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