Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#8875 closed Feature Requests (fixed)

Boost.Serialization missing std::stack serialization

Reported by: David Sankel <camior@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

Boost.Serialization missing std::stack serialization. I wasn't sure whether this was a feature request or a bug. Does Boost.Serialization target all C++ builtin types?

Change History (3)

comment:1 by Robert Ramey, 9 years ago

Boost serialization DOES target all built-in types. But they add built-in types when I'm not looking. Consider making your implementation of serialization for this header and submit for consideration. Don't forget to include a test. Look that the current tests for examples on how to do this.

RObert Ramey

comment:2 by Robert Ramey, 9 years ago

Resolution: fixed
Status: newclosed

I've checked in changes to the development branch. These changes implement serialization for: <stack> <array> <stack> <queue> <priority_queue> <forward_list>

comment:3 by David Sankel <camior@…>, 9 years ago

Thanks!

Note: See TracTickets for help on using tickets.