
31 Aug
2010
31 Aug
'10
7:41 p.m.
AMDG Michael.Herchel@rohde-schwarz.com wrote:
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?
Do I have to manually create vector60.hpp and vector60_c.hpp? Or is there something that generates all those files (also for larger vectors)?
There are scripts in libs/mpl that generate these headers.
I also tried the define "BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS" with and without specifing the define "FUSION_MAX_VECTOR_SIZE".
I don't think FUSION_MAX_VECTOR_SIZE is the right macro. In Christ, Steven Watanabe