commit 2025-10-10 20:45 edit by g++ option -Wall -Wno-unused-function -Wno-misleading-indentation
This commit is contained in:
@ -36,7 +36,7 @@ namespace ZNsMain
|
||||
typedef TypeSize size_type ; // for stl string/wstring
|
||||
public:
|
||||
};/*
|
||||
class ZtCCharType /*#####################################################*/
|
||||
class ZtCCharType #######################################################*/
|
||||
|
||||
|
||||
|
||||
@ -362,7 +362,7 @@ namespace ZNsMain
|
||||
|
||||
ZtCStringStd& operator()(ZtCStringStd& rhs)
|
||||
{
|
||||
if(this==&rhs) return *this; this->append(rhs); return *this;
|
||||
if(this==&rhs) {return *this;} this->append(rhs); return *this;
|
||||
}/*
|
||||
ZtCStringStd& operator()(ZtCStringStd& rhs)*/
|
||||
|
||||
|
Reference in New Issue
Block a user