Sohail Somani | 22 May 19:15

Re: [serialization] Handling of references into a std::map

Bernhard Maeder wrote:
> Hello all
> 
> I'm trying to serialize a std::map along with some pointers that are referencing
> onto some of the Value elements of that map. What I see now, is that those
> references are not loaded correctly. Here's what I do:

This seems like a bug. If you change the map to an array or a std 
vector, it works as expected.

--

-- 
Sohail Somani
http://uint32t.blogspot.com

Gmane