Cleanup: comments (long lines) in string
This commit is contained in:
@@ -385,7 +385,8 @@ void STR_String::Replace(int pos, int num, rcSTR_String str)
|
|||||||
-------------------------------------------------------------------------------------------------*/
|
-------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
//
|
//
|
||||||
// Compare two strings and return the result, <0 if *this<rhs, >0 if *this>rhs or 0 if *this==rhs
|
// Compare two strings and return the result,
|
||||||
|
// <0 if *this<rhs, >0 if *this>rhs or 0 if *this==rhs
|
||||||
//
|
//
|
||||||
int STR_String::Compare(rcSTR_String rhs) const
|
int STR_String::Compare(rcSTR_String rhs) const
|
||||||
{
|
{
|
||||||
@@ -393,7 +394,8 @@ int STR_String::Compare(rcSTR_String rhs) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Compare two strings without respecting case and return the result, <0 if *this<rhs, >0 if *this>rhs or 0 if *this==rhs
|
// Compare two strings without respecting case and return the result,
|
||||||
|
// <0 if *this<rhs, >0 if *this>rhs or 0 if *this==rhs
|
||||||
//
|
//
|
||||||
int STR_String::CompareNoCase(rcSTR_String rhs) const
|
int STR_String::CompareNoCase(rcSTR_String rhs) const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user