commit 2025-09-20 18:29 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-09-20 18:29:55 +09:00
parent 04e2329262
commit 16e11d9cb7

View File

@ -1150,11 +1150,11 @@ namespace ZNsMain
{
if(mpc_Data==APC_Data) return *this;
return MakeWord
return MakeWord /*:::::::::::::::::*/
(
APC_Data, GetLength(APC_Data)
);
///////////////
/*:::::::::::::::::::::::::::::::::*/
}/*
ZCStringBase& operator=(TypeCharC* APC_Data)*/
@ -1304,7 +1304,7 @@ namespace ZNsMain
*VPC_TempHead++ =*VPC_TempTail ;
*VPC_TempTail-- = VC_TempChar ;
(++i,--j);
(++i, --j);
}/*
while(i<j)*/