소스 검색

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



불러오는 중...
취소
저장