Hi, first-time poster. Got an automated reply to the effect that my first
post would be moderated; but later I got another automated email about the
moderator being on vacation; and I'm in a hurry, so I hope it's okay for
me to re-post here.
I'm using latest betas for Digital Mars, STLport and BOOST, and I'm trying
to compile a state-machine using boost's fsm::state_machine.
My include line is as follows:
G:\boost-1.30.2;G:\boost-1.30.2\boost\mpl;G:\boost-1.30.2\libs\mpl\example\fsm;G:\dm\STLport-5.0-1031\stlport;G:\dm\include
Here's the top of my file:
...............................................................................
#include <iostream>
#include "boost/mpl/list.hpp"
#include "state_machine.hpp"
namespace mpl = boost::mpl;
class rec_frm_sm : fsm::state_machine