$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-11-07 16:20:41
> Thanks! What I did myself was to find the code defining month_iterator,
> copied it, and changed "month" to "year". It seemed to work.
Good :-)
> I'm now having a strange problem, where my code using the Boost
> Date-Time Library compiled with VC6 runs fine in debug mode
> but throws an exception, saying that the year is out of range, in release mode.
> I don't suppose you have any idea why this might be happening?
Not sure, unless there is some sort of template instantiation problem
with the constrained_value stuff in gregorian/greg_year.hpp Have you
run the date tests using release mode? It would be interesting to see
if there is a problem there...
Jeff