tkem / fsmlite

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

The introduction should rectify the cpp version to cpp17 #15

Closed choxsword closed 6 years ago

choxsword commented 6 years ago

the introduction says it's for cpp11, but in src file it uses features which is newer than cpp11.

tkem commented 6 years ago

Which features?

choxsword commented 6 years ago

in src/fsmlite.h there is a comment of " // from C++17".

tkem commented 6 years ago

Again, which features from C++17 are used here?