GetString is gone, use c_str().

This commit is contained in:
Glenn Maynard
2003-04-25 00:27:59 +00:00
parent 09967df461
commit ba1d45dbe2
-2
View File
@@ -670,8 +670,6 @@ public:
{
}
const CT *GetString() const { return c_str(); }
// CStdStr inline assignment operators -- the ssasn function now takes care
// of fixing the MSVC assignment bug (see knowledge base article Q172398).
MYTYPE& operator=(const MYTYPE& str)