
29 Oct
2004
29 Oct
'04
5:17 p.m.
On Fri, 29 Oct 2004 09:22:57 -0700, Cory Nelson wrote
I'm including time.hpp directly. If this is not the correct usage, I will change it. However, this worked in 1.31 and is the only error that came up when simply re-compiling with the new version. Maybe this should be changed if only for that reason.
Well, time.hpp is the really the base class for ptime (and in the 1.33 release local_time). So you really want to include date_time/posix_time/ptime.hpp or date_time/posix_time/posix_time.hpp to get everything including i/o. It's still a bug, but you won't be able to do much with time.hpp alone anyway... Jeff