Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49650 - trunk/boost/date_time
From: andrey.semashev_at_[hidden]
Date: 2008-11-08 12:54:38


Author: andysem
Date: 2008-11-08 12:54:38 EST (Sat, 08 Nov 2008)
New Revision: 49650
URL: http://svn.boost.org/trac/boost/changeset/49650

Log:
Fixed order of nth_as_str forward declaration and its first usage.
Text files modified:
   trunk/boost/date_time/date_generators.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/date_time/date_generators.hpp
==============================================================================
--- trunk/boost/date_time/date_generators.hpp (original)
+++ trunk/boost/date_time/date_generators.hpp 2008-11-08 12:54:38 EST (Sat, 08 Nov 2008)
@@ -154,6 +154,9 @@
  };
 
 
+ //! 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
    * the 'first Monday of September'. When instantiated with
@@ -242,9 +245,6 @@
     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
    * \ingroup date_alg


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk