AW: Tokyo Holidays fixes
Posted by Jens Thiel on
URL: http://quantlib.414.s1.nabble.com/Tokyo-Calendar-Equinox-patch-tp2359p2363.html
Just in case anybody is using the attached code directly:
> bool Tokyo::TokCalendarImpl::isBusinessDay(const Date& date) const {
[...]
> // Coming of Age Day (2nd Monday in January)
> || ((d == 15 || (d = 16 && w == Monday)) && m ==
must be: d == 16
The CVS version is correct.
Jens.