tkem / fsmlite

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

Require C++11 support #17

Closed tkem closed 5 years ago

tkem commented 5 years ago

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

tkem commented 5 years ago

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.