66 const static std::vector<int> termin{
112#if defined(SIGSTKFLT)
124#if defined(SIGVTALRM)
142#if defined(SIGUNUSED)
145#if defined(SIGUNUSED)
152 if(std::find(termin.begin(), termin.end(), sign) != termin.end())
155 old = std::signal(sign, m_han[sign]);