id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5265,unordered_set and unordered_map serialization,Jim Bell ,Robert Ramey,"This patch provides serialization for std::tr1 containers unordered_set, unordered_multiset, unordered_map, and unordered_multimap. Code using boost::unordered_... must instead use std::tr1. The interface is identical. It includes boost TR1 header files for portability ( or ). See The patch file adapts the serialization tests test_map.cpp and test_set.cpp to include unordered variants. This patch requires [https://svn.boost.org/trac/boost/changeset/69520 changeset 69520] (see [https://svn.boost.org/trac/boost/ticket/5254 Ticket #5254]). This has been verified on MinGW-32/gcc-4.4 and MSVC-8. It should produce no spurious warnings on compile.",Patches,closed,Boost 1.47.0,serialization,Boost Development Trunk,Problem,fixed,unordered unordered_set unordered_multiset unordered_map unordered_multimap,jim@…