$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Oulds (jonathan.oulds_at_[hidden])
Date: 2004-07-20 15:30:04
Could anyone explain to me why there is not a default constructor for
boost::gregorian::date_time and boost::posix_time::ptime.
I implemented a simple constructor where both classes are created as
'not_a_date_time'. The only problem I have had is compiling my code on
other peoples machines that do not have my modification to the date_time
library.
jonathan