lichao
2021-06-03 8967e7f2f8b94dc032135707e16c8a9f233d0db6
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_ + "\"");
      }
   }