diff -ru boost_1_34_0/boost/date_time/date_generators.hpp boost_1_34_0_ibm/boost/date_time/date_generators.hpp --- boost_1_34_0/boost/date_time/date_generators.hpp 2005-04-17 17:48:19.000000000 -0400 +++ boost_1_34_0_ibm/boost/date_time/date_generators.hpp 2007-03-20 16:33:00.000000000 -0400 @@ -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