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

Modified Files:
      Tag: RC_1_34_0
        date_parsing.hpp 
Log Message:
fixed license reference text; parenthesized max identifiers, even if inside a 
comment, to avoid spurious inspect tool detections

Index: date_parsing.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/date_time/date_parsing.hpp,v
retrieving revision 1.34
retrieving revision 1.34.2.1
diff -u -d -r1.34 -r1.34.2.1
--- date_parsing.hpp    21 Mar 2006 02:26:30 -0000      1.34
+++ date_parsing.hpp    17 Jul 2006 03:48:31 -0000      1.34.2.1
@@ -2,9 +2,11 @@
 #define _DATE_TIME_DATE_PARSING_HPP___
 
 /* Copyright (c) 2002,2003,2005 CrystalClear Software, Inc.
- * Use, modification and distribution is subject to the 
- * Boost Software License, Version 1.0. (See accompanying
- * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
+ *
+ * Distributed under the Boost Software License, Version 1.0.
+ *     (See accompanying file LICENSE_1_0.txt or copy at
+ *           http://www.boost.org/LICENSE_1_0.txt)
+ *
  * Author: Jeff Garland, Bart Garst
  * $Date$
  */
@@ -77,8 +79,8 @@
     /*! find_match searches both arrays for a match to 's'. Indexing of the 
      * arrays is from 0 to 'limit'. The index of the match is returned.
      * Ex. "Jan" returns 0, "Dec" returns 11, "Tue" returns 2.
-     * 'limit' can be sent in with: greg_month::max(), 
-     * greg_weekday::max() or date_time::NumSpecialValues */
+     * 'limit' can be sent in with: (greg_month::max)(), 
+     * (greg_weekday::max)() or date_time::NumSpecialValues */
     template<class charT>
     short find_match(const charT* const* short_names, 
                      const charT* const* long_names, 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to