$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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