Boost logo

Boost :

Subject: Re: [boost] [1.41][serialization] MSVC 9 crashes on compilation
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-11-15 11:23:53


I made HUGE blunder.

I accidently commited changes to the release branch when I meant to
commit them to the trunk. I'm on my way out the door now. I'll
revert them when I get back.

I'm really, really sorry.

Robert Ramey

Beman Dawes wrote:
> On Sun, Nov 15, 2009 at 7:58 AM, Andrey Semashev
> <andrey.semashev_at_[hidden]> wrote:
>> Richard Webb wrote:
>>> Same here using VC9 with its own std lib.
>>>
>>> Looks like it might just have been broken - rolling
>>> boost/archive/iterators/xml_unescape.hpp back to the previous
>>> revision allows it to compile.
>>
>> Confirmed. The fix is trivial: change line 53 from
>>
>> typedef BOOST_DEDUCED_TYPENAME this_t::value_type value_type;
>>
>> to
>>
>> typedef BOOST_DEDUCED_TYPENAME super_t::value_type value_type;
>>
>> Beman, Robert, can we apply this fix before the 1.41 release is out?
>
> Seems to me we should fix this. Robert?
>
> --Beman
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk