Author
anonymous
about 7 years ago
Language
Compiler
Options
Author
anonymous
about 7 years ago
$
In file included from prog.cc:2:
In file included from ./myfsm.h:9:
./state2.h:22:64: error: member access into incomplete type 'MyFsm_'
std::cout << "Print OuterSMData= " << /*f.*/rootFsm->m_outerSMData << std::endl;
^
./state2.h:13:8: note: forward declaration of 'MyFsm_'
struct MyFsm_;
^
1 error generated.
Exit Code:
1