Bug in posix_time::ptime documentation?

I don't know if this has been reported already, but in the ptime-class documentation (boost_1_32_0/doc/html/date_time/posix_time.html) in the section "Construct from Clock" is a list of the three construction functions second_clock::local_time() second_clock::universal_time() microsec_clock::local_time() The example for second_clock::universal_time() shows a call of second_clock::universal_day() - which will not compile. Kind regards, Wolfgang

On Fri, 08 Apr 2005 16:37:56 +0200, Wolfgang Fertsak wrote
I don't know if this has been reported already, but in the ptime- class documentation (boost_1_32_0/doc/html/date_time/posix_time.html) in the section "Construct from Clock" is a list of the three construction functions second_clock::local_time() second_clock::universal_time() microsec_clock::local_time()
The example for second_clock::universal_time() shows a call of second_clock::universal_day() - which will not compile.
I don't think it has been reported, thanks -- will update. It should be universal_time() obviously. Jeff
participants (2)
-
Jeff Garland
-
Wolfgang Fertsak