$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2005-01-27 06:08:10
Jeff Garland wrote:
>
> Change line 146 of boost/date_time/date_parsing.hpp from
>
> < return date_type(ymd);
>
> to
>
>
>> return date_type(ymd.year, ymd.month, ymd.day);
>
>
Commited, and added a test case!
Stefan