Question: Why do I get a very long compile error when I define more than 20 rows in the transition table?
Answer: MSM uses Boost.MPL under the hood and this is the default maximum size. Please define the following 3 macros before including any MSM headers:
```
define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
define BOOST_MPL_LIMIT_VECTOR_SIZE 30 // or whatever you need
define BOOST_MPL_LIMIT_MAP_SIZE 30 // or whatever you need
@anonymous казалось бы, юзаю буст. Для АБОСРАКЦИИ. Почему меня должны ебать плюсовые pre-C++11 костыли в бусте? В этом вся плюсопараша. Сидел охуевал от ошибок компиляции, пока не загуглил.
@anonymous там не вместо, там variadic templates появились