$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Wolfgang Fertsak (wolfgang.fertsak_at_[hidden])
Date: 2005-04-08 09:37:56
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