
23 Feb
2007
23 Feb
'07
3:36 p.m.
Boris Gubenko wrote:
boost/date_time/time_zone_base.hpp uses std::basic_ostringstream without including standard library header <sstream>. Because of the missing header, date_time library test testlocal_time fails to compile on HP-UX/ia64 which uses Rogue Wave library 2.2.
Can '#include <sstream>' be added to time_zone_base.hpp, in both 1.34 and HEAD?
Thx for the diagnostic -- fix checked in for both :-) Jeff