workaround vc6 bug
This commit is contained in:
@@ -543,6 +543,13 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
/* VC6 string is missing clear(). */
|
||||
#if defined(_MSC_VER) && ( _MSC_VER < 1200 )
|
||||
void clear()
|
||||
{
|
||||
this->erase();
|
||||
}
|
||||
#endif
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// CStdStr inline concatenation.
|
||||
|
||||
Reference in New Issue
Block a user