
28 Apr
2011
28 Apr
'11
6:08 p.m.
So i added these two statements at the beginning, and this solved the problem.
# define FUSION_MAX_SET_SIZE 30 # define FUSION_MAX_VECTOR_SIZE 30
Perhaps we can add this somewhere in the doc.
Hi Kim, Maybe I should make this subject more visible. It is described here: http://www.boost.org/doc/libs/1_46_1/libs/msm/doc/HTML/ch05.html I think that FUSION_MAX_VECTOR_SIZE is actually enough, but it's only due to the fact that set is implemented in terms of vector (to be exact, as I only use fusion::set, FUSION_MAX_SET_SIZE ought to be enough, but it's not, so I suppose it's a fusion bug). Regards, Christophe