mirror of
https://github.com/boostorg/msm.git
synced 2026-01-31 08:22:13 +00:00
regenerated doc
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <iostream>
|
||||
// back-end
|
||||
#include <boost/msm/back/state_machine.hpp>
|
||||
#include <boost/msm/back11/state_machine.hpp>
|
||||
//front-end
|
||||
#include <boost/msm/front/state_machine_def.hpp>
|
||||
#include <boost/msm/front/functor_row.hpp>
|
||||
@@ -279,7 +279,7 @@ namespace
|
||||
}
|
||||
};
|
||||
// Pick a back-end
|
||||
typedef msm::back::state_machine<player_> player;
|
||||
typedef msm::back11::state_machine<player_> player;
|
||||
|
||||
//
|
||||
// Testing utilities.
|
||||
|
||||
Reference in New Issue
Block a user