commit 2025-10-10 20:45 edit by g++ option -Wall -Wno-unused-function -Wno-misleading-indentation

This commit is contained in:
2025-10-10 20:45:38 +09:00
parent 467c46a5c3
commit 016a45f648
22 changed files with 121 additions and 1864 deletions

View File

@ -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)*/