mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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.