In the PingPong example, I'm trying to pass a std::string variable to the Player ctor through the fifo_schedular<>create_processor<>() in main(). No joy. Error: no matching signature.
I'm missing something obvious. I've stared at that first override in the boost header and tried everything I could think of. Dead give away that I don't understand: I'm "trying" things. %>[
I'd sure appreciate it if someone could point me in the right direction. Are
Hi Dick there async examples that pass variables through create_processor() to the ctorS? Have you tried passing with boost::ref or boost::cref? For an example, please see this test: <http://www.boost.org/doc/libs/1_49_0/libs/statechart/test/FifoSchedulerTest.... p> HTH, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.