forked from boostorg/range
*** empty log message ***
[SVN r35717]
This commit is contained in:
@ -43,7 +43,7 @@ namespace boost
|
|||||||
#else
|
#else
|
||||||
inline const wchar_t* str_end( const wchar_t* s, const wchar_t* )
|
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;
|
return s;
|
||||||
while( *++s != 0 )
|
while( *++s != 0 )
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user