$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Wolfgang Meyer (Wolfgang.Meyer_at_[hidden])
Date: 2004-05-10 15:02:08
Is boost::mpl::is_sequence supposed to work with gcc 3.2.2 ?
I'm trying to use it, but get "false" for
boost::mpl::is_sequence<std::list<int> >::value
using boost 1.31.0.
The same happens with boost::mpl::has_begin. I'm working with
FreeBSD 5.1. Any hints how to get it to work would be greatly
appreciated.
Wolfgang Meyer