Boost logo

Boost Users :

From: Abhinandan Jain (jain_at_[hidden])
Date: 2008-05-28 19:11:50


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net