|
From: Luigi B. <lui...@gm...> - 2009-10-21 09:57:54
|
On Wed, 2009-10-21 at 11:50 +0200, Ferdinando Ametrano wrote:
> I suggest you to just replace the current implementation with
>
> #include <boost/date_time/gregorian/gregorian.hpp>
> [...]
> namespace QuantLib {
> [...]
> bool Date::isLeap(Year y) {
> return boost::gregorian::gregorian_calendar::is_leap_year(y);
> }
> [...]
> }
>
> I will commit this change unless objections are raised
Ok, but wait until after we branch for release.
Luigi
--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
-- Gilbert K. Chesterson
|