$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Juraj IvanÄiÄ (juraj.ivancic_at_[hidden])
Date: 2008-07-23 05:52:03
Tony Turner wrote:
> I added the sc::state<... qualification to 'my_base' as well, and received the
> following error msg:
>
> 'initial_deep_construct' is not a member of 'boost::mpl::list<Start<I>,
> mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na,
> mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na,
> mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>'
It seems to me that this error is caused by adding mpl::list as
suggested by Igor R. Undo this and it should compile.
HTH
Juraj