
10 May
2004
10 May
'04
2:02 p.m.
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