src/shm.h @@ -115,7 +115,7 @@ default: break; } if (!IsOk()) { throw("Error: shm can not create/open \"" + name_ + "\""); throw std::runtime_error("Error: shm can not create/open \"" + name_ + "\""); } }