tkem / fsmlite

Lightweight finite state machine framework for C++11
MIT License
156 stars 25 forks source link

Drop "table" template class #8

Closed tkem closed 6 years ago

tkem commented 8 years ago

In theory, at least, a std::tuple should do.

tkem commented 6 years ago

Maybe add a typedef for backwards compatibility?

tkem commented 6 years ago

Note that <tuple> shouldn't be included, since it is not required for a freestanding implementation.

tkem commented 6 years ago

Looks like this won't be so easy without including tuple. So better just do some refactoring and leave the table class.