File tree Expand file tree Collapse file tree
Code/max/Containers/StateMachine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace StateMachine {
3030 return size_t {2 };
3131 };
3232
33- auto transition = max::Containers::StateMachine::Transition{max::Containers::StateMachine::RangeMatcher{0 , 1 }, std::move (callback)};
33+ auto transition = max::Containers::StateMachine::Transition{max::Containers::StateMachine::RangeMatcher< uint32_t > {0 , 1 }, std::move (callback)};
3434
3535 auto new_node_index = transition.AttemptTransition (uint32_t {2 });
3636
@@ -48,7 +48,7 @@ namespace StateMachine {
4848 return size_t {2 };
4949 };
5050
51- auto transition = max::Containers::StateMachine::Transition{max::Containers::StateMachine::RangeMatcher{0 , 1 }, std::move (callback)};
51+ auto transition = max::Containers::StateMachine::Transition{max::Containers::StateMachine::RangeMatcher< uint32_t > {0 , 1 }, std::move (callback)};
5252
5353 auto new_node_index = transition.AttemptTransition (uint32_t {1 });
5454
You can’t perform that action at this time.
0 commit comments