commit 2025-10-09 11:26 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-09 11:26:56 +09:00
parent 143cda31c1
commit 7331afaa8a

View File

@ -307,7 +307,7 @@ namespace ZNsMain
typedef TTypeString ZCTypeString;
typedef ZtCStringBase ZCStringBase;
public:
typedef ZtCStringBase TypeBase ;
typedef ZtCStringBase TypeThis ;
public:
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
@ -1421,7 +1421,7 @@ namespace ZNsMain
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const
{
return TypeBase::Minus(data(), APC_Data, size(), AL_Length)==0;
return TypeThis::Minus(data(), APC_Data, size(), AL_Length)==0;
}/*
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const*/