Update of /cvsroot/boost/boost/boost/range/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28915
Modified Files:
implementation_help.hpp
Log Message:
Index: implementation_help.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/range/detail/implementation_help.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- implementation_help.hpp 19 May 2006 10:30:02 -0000 1.10
+++ implementation_help.hpp 24 Oct 2006 10:37:46 -0000 1.11
@@ -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