liuxiaolong
2021-07-20 58d904a328c0d849769b483e901a0be9426b8209
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_ + "\"");
      }
   }