--- boost/date_time/date_generators.hpp.orig 2007-10-23 16:33:48.266503726 -0400 +++ boost/date_time/date_generators.hpp 2007-10-23 16:34:01.806503649 -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