Subject: Re: [boost] Serializing shared_ptr fails on .template
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2015-07-14 11:51:00


On 2015-07-14 17:35, Robert Ramey wrote:
> On 7/14/15 8:05 AM, Jared McIntyre wrote:
>> On Thu, Apr 9, 2015 at 9:54 PM, Robert Ramey <ramey_at_[hidden]> wrote:
>>
>>> thePoet wrote
>>>> I may have accidentally posted the wrong bug to this email, but the
>>> issues
>>>> with polymorphic archives and serializing shared_ptr that are in
>>>> that bug
>>>> report don't appear to be fixed in 1.58rc3 either.
>>>
>>> I've come to understand that there are/were two issues. I didn't
>>> realize
>>> that one was associated with helpers and polymorphic archives- which
>>> is a combination not found in my test suite.
>>>
>>> Good news is that believe that I'm on the way to fixing the problem.
>>>
>>> Robert Ramey
>>>
>>
>> Robert, have you had a chance to look into this issue any further?
>
> Hmmm - if I haven't fixed it yet, it's because I've been busy with
> other stuff. On the other hand, I don't remember what the issue was
> (I'm hoping/assuming it's an open trac item. When I have some time
> I'll spend it serialization library maintenance which includes trac
> items, clarification of support and testing for C++11/14 and other
> enhancements.
>
> Robert Ramey

Hi,

a very quick check revealed that at least my issue with polymorphic
archives and shared-ptr seems to be solved. I guess it was the same as
mentioned above. But I did not have time to do the proper testing.

Thanks from my side!

Best,
Oswin