$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [date_time] default constructor for period?
From: Olaf van der Spek (ml_at_[hidden])
Date: 2015-04-30 07:56:21
On Thu, Apr 30, 2015 at 12:27 AM, Scott Bailey <Bailey_at_[hidden]> wrote:
> My changes to 'boost/date_time_time_period.hpp' follow. I have guarded
> them with DATE_TIME_NO_DEFAULT_CONSTRUCTOR and simply set begin to
> point_type() and end to begin_ -1;
Shouldn't end_ == begin_?