|
From: Alexander L. <am...@vi...> - 2015-03-22 02:03:23
|
Hi, I was looking at date.cpp and noticed this [0]. I realize that 2200 is far off, but this section made me wince. Is there any interest in (or reason against) redoing this section so that it lazily populates an array, instead of having one hard coded? I have some spare time this weekend. [0] https://github.com/lballabio/quantlib/blob/master/QuantLib/ql/time/date.cpp#L208 Thanks, Alex |