22 May 19:15
Re: [serialization] Handling of references into a std::map
From: Sohail Somani <sohail <at> taggedtype.net>
Subject: Re: [serialization] Handling of references into a std::map
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-22 17:15:29 GMT
Subject: Re: [serialization] Handling of references into a std::map
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-22 17:15:29 GMT
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
RSS Feed