Update of /cvsroot/boost/boost/libs/date_time/src/gregorian
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8235
Modified Files:
Tag: RC_1_34_0
date_generators.cpp
Log Message:
minor change to fix issue that prevents sun 5.8 from linking correctly
Index: date_generators.cpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/date_time/src/gregorian/date_generators.cpp,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -u -d -r1.3 -r1.3.12.1
--- date_generators.cpp 23 Nov 2003 03:37:47 -0000 1.3
+++ date_generators.cpp 3 Jul 2006 15:19:58 -0000 1.3.12.1
@@ -20,7 +20,7 @@
"third", "fourth", "fifth"};
//! Returns nth arg as string. 1 -> "first", 2 -> "second", max is 5.
- BOOST_DATE_TIME_DECL const char* nth_as_str(const int ele)
+ BOOST_DATE_TIME_DECL const char* nth_as_str(int ele)
{
if(ele >= 1 || ele <= 5) {
return _nth_as_str[ele];
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