
13 Jan
2009
13 Jan
'09
3:43 a.m.
On Tue, Jan 13, 2009 at 11:16 AM, Joel de Guzman <joel@boost-consulting.com> wrote:
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>
AHA! That did the trick, thanks. :) Now moving on with adapting GCC Tuple's into Fusion sequences... -- Dean Michael C. Berris Software Engineer, Friendster, Inc.