commit 2025-09-01 11:37 add Replace() in ZCppMain/ZCStringStd.H
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
#include "ZCppMain/ZMainHead.H"
|
||||
#include "ZCppMain/ZMainHeadEx.H"
|
||||
#include "ZCppMain/ZtCMainChars.H"
|
||||
#include "ZCppMain/ZtCObjList.H"
|
||||
|
||||
|
||||
using namespace std ;
|
||||
@ -158,7 +157,7 @@ namespace ZNsMain
|
||||
template<typename TDeriveString> class ZtCHelpBase
|
||||
{
|
||||
public:
|
||||
typedef ZNsMain::ZtCObjList< //////////////////
|
||||
typedef ZNsMain::ZtCList< /////////////////////
|
||||
TDeriveString ,
|
||||
const TDeriveString&,
|
||||
TAlloc
|
||||
@ -203,7 +202,7 @@ namespace ZNsMain
|
||||
class ZCSearchInfo*/
|
||||
|
||||
|
||||
typedef ZNsMain::ZtCObjList /////////////////////
|
||||
typedef ZNsMain::ZtCList ////////////////////////
|
||||
<
|
||||
ZCSearchInfo, const ZCSearchInfo&, TAlloc
|
||||
>
|
||||
|
Reference in New Issue
Block a user