Boost C++ Libraries: Ticket #11689: Make boost::unordered types serializable https://svn.boost.org/trac10/ticket/11689 <p> Per <a class="ext-link" href="https://github.com/boostorg/serialization/pull/21"><span class="icon">​</span>https://github.com/boostorg/serialization/pull/21</a>, I'm creating this ticket. </p> <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11689 Trac 1.4.3 Robert Ramey Sun, 04 Oct 2015 06:53:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11689#comment:1 https://svn.boost.org/trac10/ticket/11689#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> added serialization of boost/unordered_map and boost/unordered_set to library and tests </p> Ticket