7 Nov
2002
7 Nov
'02
9:20 p.m.
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