$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-04-25 12:41:52
"Jeff Garland" <jeff_at_[hidden]> wrote:
> > By making a default constructor (that initializes as "not a
> > date"),
>
> Don't get me started on this ;-)
>
The default constructor can be private. Objects constructed this way
will be always filled with previously serialized data - no 'empty date'
will ever exist.
/Pavel