mirror of
https://github.com/boostorg/statechart.git
synced 2026-01-30 08:22:10 +00:00
Small bugfix
[SVN r22553]
This commit is contained in:
@@ -103,6 +103,10 @@ using namespace mpl::placeholders;
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
template< unsigned int bitNo >
|
||||
struct EvFlipBit : fsm::event< EvFlipBit< bitNo > > {};
|
||||
|
||||
template< unsigned int stateNo >
|
||||
struct BitState;
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -213,10 +217,6 @@ namespace
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
template< unsigned int bitNo >
|
||||
struct EvFlipBit : fsm::event< EvFlipBit< bitNo > > {};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
template< class BitNo, class StateNo >
|
||||
struct FlipTransition
|
||||
|
||||
Reference in New Issue
Block a user