
5 Mar
2012
5 Mar
'12
8:18 p.m.
Is there any reason that I can't omit the region id in this case?
Looks like a bug. It's a bit late to fix it tonight, but if I change your initial state declaration to:
typedef mpl::vector<SubState1> initial_state;
Then it works. Must be some silly mistake and not too hard to fix, but you can use the workaround in the meantime.
Thanks! The workaround that you suggested has worked fine for me.
In the meantime I fixed the bug (trunk rev. 77239). Thanks, Christophe