27 Jan
2005
27 Jan
'05
9:52 a.m.
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
Jeff Garland schrieb: 141) also corrects that. Wolfgang