|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70769 - trunk/boost/date_time
From: marshall_at_[hidden]
Date: 2011-03-30 18:26:37
Author: marshall
Date: 2011-03-30 18:26:36 EDT (Wed, 30 Mar 2011)
New Revision: 70769
URL: http://svn.boost.org/trac/boost/changeset/70769
Log:
Applied patch - Refs 5250
Text files modified:
trunk/boost/date_time/gregorian_calendar.ipp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/date_time/gregorian_calendar.ipp
==============================================================================
--- trunk/boost/date_time/gregorian_calendar.ipp (original)
+++ trunk/boost/date_time/gregorian_calendar.ipp 2011-03-30 18:26:36 EDT (Wed, 30 Mar 2011)
@@ -47,7 +47,7 @@
return week;
}
- if ((week == 53)) {
+ if (week == 53) {
if((day==6) ||(day == 5 && is_leap_year(ymd.year))) {
return week; //under these circumstances week == 53.
} else {
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk