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