Hi,

I tried to compile some of the eUML MSM samples (e.g. http://www.boost.org/doc/libs/1_56_0/libs/msm/doc/HTML/examples/SimpleTimer.cpp) using gcc 4.8 and with C+11 support enabled.

However, I always get errors like the following one:

error: ‘BOOST_PP_REPEAT_FROM_TO_M_1’ has not been declared    

I did not find anything about C++11 being not supported by Boost MSM, so I would like to know if I am doing anything wrong?

Bye
Manuel