j
k
j a
j l
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);
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
Back to the thread
Back to the list