Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create proper serialization support functions for util::tuple #803

Closed
vamatya opened this issue Jul 23, 2013 · 0 comments
Closed

Create proper serialization support functions for util::tuple #803

vamatya opened this issue Jul 23, 2013 · 0 comments

Comments

@vamatya
Copy link
Member

vamatya commented Jul 23, 2013

Currently we have only util::serialize_sequence for arbitrary fusion sequences. this is to add a

namespace boost { namespace serialization {
    template <typename Archive, typename ...A>
    void serialize(util::tuple<A...>, unsigned) {...}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants