$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Wolfgang Fertsak (wolfgang.fertsak_at_[hidden])
Date: 2005-01-27 04:52:57
Jeff Garland schrieb:
> That would be a bug. Note that the only invalid dates that will do this are
> non-leap year Feb 29 dates. That is, strDate("2005-02-30") will throw the
> exception.
strDate("2005-02-30") doesn't throw an exception either (I used MSVC
7.1, Win2000), but the fix in line 146 (in boost 1.32 release it is line
141) also corrects that.
Wolfgang