$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Greene (greened_at_[hidden])
Date: 2006-03-01 12:21:03
Andreas Huber wrote:
> (_Note_the_underlined_part_). So, the only thing you need to do is to
> wrap every templated InnerInitial parameter into an mpl::list and
> everything will work as expected (see attached example). The reason why
Aha, I see. Yes, that makes sense. Thanks for doing the digging.
Perhaps this should be part of a Statechart FAQ? I certainly
glossed right over the part of the manual that noted this. It's
easy to miss a single phrase like that.
-Dave