Boost logo

Boost :

Subject: Re: [boost] [msm] Boost MPL vector limit size exceeded
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-08-31 15:41:08


AMDG

Michael.Herchel_at_[hidden] 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


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