Update of /cvsroot/boost/boost/boost/range/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28491
Modified Files:
Tag: RC_1_34_0
implementation_help.hpp
Log Message:
Index: implementation_help.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/range/detail/implementation_help.hpp,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -u -d -r1.8 -r1.8.4.1
--- implementation_help.hpp 16 Aug 2005 15:56:23 -0000 1.8
+++ implementation_help.hpp 24 Oct 2006 10:36:52 -0000 1.8.4.1
@@ -43,7 +43,7 @@
#else
inline const wchar_t* str_end( const wchar_t* s, const wchar_t* )
{
- if( s == 0 && s[0] == 0 )
+ if( s == 0 || s[0] == 0 )
return s;
while( *++s != 0 )
;
-------------------------------------------------------------------------
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