Opened 7 years ago
Closed 7 years ago
#11689 closed Feature Requests (fixed)
Make boost::unordered types serializable
| Reported by: | 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.
  Note:
 See   TracTickets
 for help on using tickets.
    

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