Boost logo

Boost :

Subject: Re: [boost] [1.41][serialization] MSVC 9 crashes on compilation
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-11-15 08:15:36


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


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