Skip to content

This code fails when T is polymorphic #268

@lifflander

Description

@lifflander
std::unique_ptr<T> task(new U(1234));
auto ret = checkpoint::serialize<T>(*task);
auto out = checkpoint::deserialize<T>(std::move(ret));

@PhilMiller What do you think? Should we support this case?

@nlslatt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions