Hacker News new | ask | show | jobs
by jhasse 2815 days ago
cereal supports shared_ptrs and unique_ptrs, this doesn't (pls correct me if I'm wrong).
1 comments

unique_ptr and nop::Optional<unique_ptr<T>> is on the way. shared_ptr opens up the ability to create cycles, which are not supported yet.