tinverse / tsm

A Typed Hierarchical State Machine Framework in C++

Home Page:https://tinverse.github.io/tsm/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept const bool member functions as guards

pmf opened this issue · comments

commented

It would be good if the add() method (for defining transition tables) would accept const bool member functions (currently only accepts non-const).

Might prepare a PR for this if I get to it.

(Off topic: I like this project a lot so far; very intuitive interface!)

Thanks! I was on vacation (and sick afterward)! Can you look at this and comment? #12

Merged above PR. Closing issue.