
1 Sep
2010
1 Sep
'10
12:18 a.m.
Michael Herchel wrote on Tuesday, August 31, 2010 12:23 PM
while building a state machine that also includes submachines, we exceeded the possible max number of MPL vector entries (which is to 50 to my knowledge) for transition tables. Is there an easy way to solve that?
How to increase the max possible number of MPL vector entries?
I also tried the define "BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS" with and without specifying the define "FUSION_MAX_VECTOR_SIZE".
I used the #defines BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS BOOST_MPL_LIMIT_VECTOR_SIZE=60 For my whole project and it worked for me. I wasn't using MSM, though. Erik