commit 2025-09-03 13:56 edit ZCChars::Init() in ZCppMain/ZtCMainChars.H
This commit is contained in:
@ -30,12 +30,12 @@ namespace ZNsMain
|
||||
|
||||
|
||||
template< typename TType ,
|
||||
typename TTypCArg = const TType&,
|
||||
typename TTypArgu = const TType&,
|
||||
typename TTypCAlloc = ZCAllocator ,
|
||||
typename TTypCInit = ZCInit ,
|
||||
typename TTypSize = ZTypLong ,
|
||||
typename TMoveObj = ZNsMain::
|
||||
ZtCMoveObj<TType, TTypCArg, true>
|
||||
ZtCMoveObj<TType, TTypArgu, true>
|
||||
>
|
||||
class ZtCObjList //////////////////////////////
|
||||
{
|
||||
@ -44,7 +44,7 @@ namespace ZNsMain
|
||||
public:
|
||||
typedef TType Type ;
|
||||
typedef TType TypeData ;
|
||||
typedef TTypCArg TypeArg ;
|
||||
typedef TTypArgu TypeArg ;
|
||||
typedef TTypCAlloc TypeAlloc ;
|
||||
//typedef TTypCInit TypeInit ;
|
||||
typedef TTypSize TypeSize ;
|
||||
@ -2160,7 +2160,7 @@ namespace ZNsMain
|
||||
public:
|
||||
};/*
|
||||
template< typename TType ,
|
||||
typename TTypCArg = const TType&,
|
||||
typename TTypArgu = const TType&,
|
||||
typename TTypCAlloc = ZCAllocator ,
|
||||
typename TTypCInit = ZCInit ,
|
||||
typename TTypSize = ZTypLong ,
|
||||
|
Reference in New Issue
Block a user