Update of /cvsroot/boost/boost/boost/date_time
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16636/boost/date_time

Modified Files:
      Tag: RC_1_34_0
        date_generators.hpp 
Log Message:
Patches from Trac #583.

Index: date_generators.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/date_time/date_generators.hpp,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -d -r1.12 -r1.12.6.1
--- date_generators.hpp 17 Apr 2005 21:48:19 -0000      1.12
+++ date_generators.hpp 1 Jun 2007 16:12:07 -0000       1.12.6.1
@@ -153,6 +153,8 @@
    month_type month_;
  };
 
+  //! Returns nth arg as string. 1 -> "first", 2 -> "second", max is 5.
+  BOOST_DATE_TIME_DECL const char* nth_as_str(int n);
 
   //! Useful generator functor for finding holidays
   /*! Based on the idea in Cal. Calc. for finding holidays that are
@@ -241,9 +243,7 @@
     week_num wn_;
     day_of_week_type dow_;
   };
-  
-  //! Returns nth arg as string. 1 -> "first", 2 -> "second", max is 5.
-  BOOST_DATE_TIME_DECL const char* nth_as_str(int n);
+
 
   //! Useful generator functor for finding holidays and daylight savings
   /*! Similar to nth_kday_of_month, but requires less paramters


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to