Tessil / sparse-map

C++ implementation of a memory efficient hash map and hash set
MIT License
334 stars 36 forks source link

fix copy constructor #9

Closed BlackLem closed 5 years ago

Tessil commented 5 years ago

Thank you very much for the fix.

I added some extra tests, I already had test_move_constructor_empty and test_move_operator_empty but I completely forgot to test the copy constructor and operator with an empty map.