Closed songweijia closed 3 years ago
Here is the link to the description: https://github.com/Derecho-Project/derecho/commit/cc5f3d6d9ab2e2779ab59de5741936ccb19207f8#commitcomment-52894099
I suspect this is a minor issue where the serialization macro generated the code for from_bytes_noalloc with the old assumption. If it is, we need to check throughout SerializationSupport.hpp to make sure we didn't miss anything.
SerializationSupport.hpp
Here is the link to the description: https://github.com/Derecho-Project/derecho/commit/cc5f3d6d9ab2e2779ab59de5741936ccb19207f8#commitcomment-52894099
I suspect this is a minor issue where the serialization macro generated the code for from_bytes_noalloc with the old assumption. If it is, we need to check throughout
SerializationSupport.hpp
to make sure we didn't miss anything.