
13 Jan
2009
13 Jan
'09
3:16 a.m.
Dean Michael Berris wrote:
Hi Guys,
I've tried the following minimal test with the latest in trunk and I get an error with GCC 4.2.
#include <boost/fusion/container/vector.hpp> #include <boost/static_assert.hpp>
int main(int argc, char *argv[]) { BOOST_STATIC_ASSERT((boost::mpl::is_sequence<boost::fusion::vector<>
::type::value)); return EXIT_SUCCESS; }
Try adding #include <boost/fusion/include/mpl.hpp> Cheers, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net