diff --git a/src/sled/nonstd/fsm.h b/src/sled/nonstd/fsm.h index 8957825..da7c3c4 100644 --- a/src/sled/nonstd/fsm.h +++ b/src/sled/nonstd/fsm.h @@ -42,7 +42,7 @@ template using invoke_result_t = std::invoke_result_t; template -using fms_is_invocable = std::is_invocable; +using fsm_is_invocable = std::is_invocable; #elif __cplusplus >= 201103L || _MSVC_LANG >= 201103L template using invoke_result_t = typename std::result_of::type;