felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.84k stars 119 forks source link

hash_storage: fix self-assignment #223

Closed freshFruict closed 5 months ago

freshFruict commented 5 months ago

hash_storage: fix self-assignment hash_storage: fix self-move-assignment

felixguendling commented 5 months ago

Thank you very much!