
11 Apr
2004
11 Apr
'04
2:14 p.m.
"Andreas Huber" <ah2003@gmx.net> wrote
While trying to port my fsm proposal to BCC5.6.4, I encountered the following compiler error: [snip]
It looks BCB doesn't like when the typedef name is the same as typedef member. This change made the error disappear: typedef MostDerived inner_context_type2; <<--- added 2 suffix typedef boost::intrusive_ptr< inner_context_type2 > inner_context_ptr_type; More bugs follow and I will look on them now (I didn't last week because my machine needed reinstall). /Pavel