felixguendling / cista

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

hash_storage: fix self-assignment #223

Closed freshFruict closed 1 month ago

freshFruict commented 1 month ago

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

felixguendling commented 1 month ago

Thank you very much!