$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57844 - trunk/libs/date_time/xmldoc
From: marshall_at_[hidden]
Date: 2009-11-22 12:08:22
Author: marshall
Date: 2009-11-22 12:08:22 EST (Sun, 22 Nov 2009)
New Revision: 57844
URL: http://svn.boost.org/trac/boost/changeset/57844
Log:
Fixes bug 2708
Text files modified: 
   trunk/libs/date_time/xmldoc/date_class.xml |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/date_time/xmldoc/date_class.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/date_class.xml	(original)
+++ trunk/libs/date_time/xmldoc/date_class.xml	2009-11-22 12:08:22 EST (Sun, 22 Nov 2009)
@@ -341,7 +341,7 @@
         </row>
         <row>
           <entry><screen>date d(2000,Feb,1);
-//gets Feb 28 -- 2000 was leap year
+//gets Feb 29 -- 2000 was leap year
 date eom = d.end_of_month_day();</screen></entry>
         </row>
       </tbody>