tkem / fsmlite

Lightweight finite state machine framework for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require C++11 support

tkem opened this issue · comments

All supported/tested compilers should now correctly set __cplusplus to 201103L or higher. fsm.h should #error out otherwise.

Note that this should already be caught by

AX_CXX_COMPILE_STDCXX_11

in configure.ac, but may improve error reporting when just copying header files.