Record Detail

Compile Error

In file included from /in/driver/main.cpp:5:0:
/in/hashtable.hpp: In copy constructor 'HashTable<Key, Value, Hash, KeyEqual>::HashTable(const HashTable<Key, Value, Hash, KeyEqual>&)':
/in/hashtable.hpp:225:17: error: returning a value from a constructor
         return *this;
                 ^~~~

Information

Submit By
Type
Submission
Homework
Project 2: Hashing
Language
C++
Submit At
2024-11-14 22:54:49
Judged At
2024-11-14 22:54:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes