$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70985 - branches/release/boost/date_time
From: marshall_at_[hidden]
Date: 2011-04-04 19:45:09
Author: marshall
Date: 2011-04-04 19:45:08 EDT (Mon, 04 Apr 2011)
New Revision: 70985
URL: http://svn.boost.org/trac/boost/changeset/70985
Log:
Merge date/time fixes to release. Fixes #5250
Properties modified: 
   branches/release/boost/date_time/gregorian_calendar.ipp   (contents, props changed)
Text files modified: 
   branches/release/boost/date_time/gregorian_calendar.ipp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/date_time/gregorian_calendar.ipp
==============================================================================
--- branches/release/boost/date_time/gregorian_calendar.ipp	(original)
+++ branches/release/boost/date_time/gregorian_calendar.ipp	2011-04-04 19:45:08 EDT (Mon, 04 Apr 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 {