I'm working on a msm with a big transition table (120 elements)
I already tried with
#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
then
#define BOOST_MPL_LIMIT_LIST_SIZE <custom value>
But I can't go over a size of 50 (including
"boost/mpl/vector/vector50.hpp")
Any idea on how I can make a bigger table?
Thanks,
Alessandro