
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@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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost