28 May
2008
28 May
'08
11:11 p.m.
Hi I am having trouble compiling boost statechart code using gcc 4.3.0. I tried this on the +sample program on statechart site and get the same errors. The errors are of the type error: value-initialization of reference for each process_event call in the example: myWatch.process_event( EvStartStop() ); myWatch.process_event( EvStartStop() ); myWatch.process_event( EvStartStop() ); Does anyone have a suggestion on how to fix this? Thanks Abhi