2
0
mirror of https://github.com/boostorg/msm.git synced 2026-01-31 08:22:13 +00:00

regenerated doc

This commit is contained in:
Christophe Henry
2024-02-19 21:02:05 +01:00
parent 65784c733c
commit e76060f49e
67 changed files with 2440 additions and 1444 deletions

View File

@@ -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.