[Boost-bugs] [Boost C++ Libraries] #5265: unordered_set and unordered_map serialization

Subject: [Boost-bugs] [Boost C++ Libraries] #5265: unordered_set and unordered_map serialization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-05 11:33:49


#5265: unordered_set and unordered_map serialization
-----------------------------------------------------------------------------------------+
 Reporter: Jim Bell <jim@…> | Owner: ramey
     Type: Patches | Status: new
Milestone: Boost 1.47.0 | Component: serialization
  Version: Boost Development Trunk | Severity: Problem
 Keywords: unordered unordered_set unordered_multiset unordered_map unordered_multimap |
-----------------------------------------------------------------------------------------+
 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
 (<boost/tr1/unordered_set.hpp> or <boost/tr1/unordered_map.hpp>). See
 <http://lists.boost.org/boost-users/2011/02/66535.php>

 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5265>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC