
26 Aug
2005
26 Aug
'05
1:07 p.m.
The streaming inserter of Boost archive's dinkumware.hpp for boost::int64_t causes indefinite recursion in case of negative arguments. I think the following line inside the else clause should be changed from os << -t; to os << static_cast<boost::uint64_t>(-t); Greetings from Bremen, Daniel