mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Currently it is not possible because a type is instantiated before been deserialized. Fix that by allocating space for an object by using std::aligned_storage.