ソースを参照

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;
}



読み込み中…
キャンセル
保存