Record Detail

Compile Error

In file included from /in/driver/main.cpp:5:0:
/in/hashtable.hpp: In member function 'HashTable<Key, Value, Hash, KeyEqual>::Iterator HashTable<Key, Value, Hash, KeyEqual>::erase(const HashTable<Key, Value, Hash, KeyEqual>::Iterator&)':
/in/hashtable.hpp:365:34: error: 'newIt' was not declared in this scope
             if (firstBucketIt == newIt.bucketIt) {
                                  ^~~~~

Information

Submit By
Type
Submission
Homework
Project 2: Hashing
Language
C++
Submit At
2024-11-13 01:25:34
Judged At
2024-11-13 01:25:34
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes