
30 Dec
2009
30 Dec
'09
3:59 p.m.
Roberto Giménez schrieb:
Hi. When I try to compile this:
#include <boost/fusion/container/map.hpp> #include <boost/mpl/fold.hpp>
[snip]
I get the following error:
"...boost/mpl/begin_end.hpp", line 35: Error, nofieldfnd: apply is not a member of boost::mpl::begin_impl<boost::fusion::fusion_sequence_tag>.
Including <boost/fusion/mpl.hpp> should fix your problem. -Christopher