|
Boost-Commit : |
From: ahd6974-boostorg_at_[hidden]
Date: 2008-07-19 14:34:04
Author: andreas_huber69
Date: 2008-07-19 14:34:03 EDT (Sat, 19 Jul 2008)
New Revision: 47605
URL: http://svn.boost.org/trac/boost/changeset/47605
Log:
Yet another try at a PingPong example fix.
Text files modified:
trunk/libs/statechart/example/PingPong/Player.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/statechart/example/PingPong/Player.hpp
==============================================================================
--- trunk/libs/statechart/example/PingPong/Player.hpp (original)
+++ trunk/libs/statechart/example/PingPong/Player.hpp 2008-07-19 14:34:03 EDT (Sat, 19 Jul 2008)
@@ -83,7 +83,7 @@
// state_machine<>::initiate is not instantiated at a point where Waiting
// is not defined yet.
template<>
-void sc::asynchronous_state_machine<
+inline void sc::asynchronous_state_machine<
Player, Waiting, MyScheduler, MyAllocator >::initiate_impl() {}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk