Boost logo

Boost :

Subject: Re: [boost] [msm] Boost MPL vector limit size exceeded
From: Nelson, Erik - 2 (erik.l.nelson_at_[hidden])
Date: 2010-08-31 20:18:56


>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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk