Opened 7 years ago

Closed 7 years ago

#11689 closed Feature Requests (fixed)

Make boost::unordered types serializable

Reported by: fiesh@… Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Per https://github.com/boostorg/serialization/pull/21, I'm creating this ticket.

The point is to have not only std::unordered types but also the boost::unordered types be serializable by default. Their interfaces are identical since the former comes from the latter.

Change History (1)

comment:1 by Robert Ramey, 7 years ago

Resolution: fixed
Status: newclosed

added serialization of boost/unordered_map and boost/unordered_set to library and tests

Note: See TracTickets for help on using tickets.