GetString is gone, use c_str().
This commit is contained in:
@@ -670,8 +670,6 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
const CT *GetString() const { return c_str(); }
|
|
||||||
|
|
||||||
// CStdStr inline assignment operators -- the ssasn function now takes care
|
// CStdStr inline assignment operators -- the ssasn function now takes care
|
||||||
// of fixing the MSVC assignment bug (see knowledge base article Q172398).
|
// of fixing the MSVC assignment bug (see knowledge base article Q172398).
|
||||||
MYTYPE& operator=(const MYTYPE& str)
|
MYTYPE& operator=(const MYTYPE& str)
|
||||||
|
|||||||
Reference in New Issue
Block a user