C++ Mystery: [Fwd: Re: [Boost-users] [statechart] Template States, Compile Error]

Since both I and Andreas are baffled by this problem, I thought I'd forward this on to the larger Boost community. Anyone have any ideas about it? It seems like it should be a simple thing but something about the way lookup works in C++ is causing the inner_context_type member of simple_state to be missed. The problem persists even if typedef typename sc::simple_state< NormalMode< Type >, Switch, Off<Type> >::inner_context_type inner_context_type; is added to the NormalMode class template. -Dave

The reason for the mystery & a solution is described here: <http://article.gmane.org/gmane.comp.lib.boost.user/17091> -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.
participants (2)
-
Andreas Huber
-
David Greene