I have state machine where I have about 60 rows (transitions). It is not compiling anymore because there of some limitation on MPL types.
I found out from the Boost MSM documentation that this limitation can be solved by
For the moment, the only solution to achieve more is to add headers
to the MPL (luckily, this is not very complicated).
so how add headers to the MPL?
before any
#include <mpl...>define this :