浏览代码

remove npe when element not found

banana-cakes
FelixBrendel 6 年前
父节点
当前提交
dd7db5b330
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      hashmap.hpp

+ 0
- 1
hashmap.hpp 查看文件

@@ -89,7 +89,6 @@ struct Hash_Map {
if (index != -1) {
return data[index].object;
}
int a = *((int*)(nullptr));
return 0;
}



正在加载...
取消
保存