
15 Nov
2009
15 Nov
'09
1:15 p.m.
On Sun, Nov 15, 2009 at 7:58 AM, Andrey Semashev <andrey.semashev@gmail.com> 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