commit 2025-08-17 15:25 edit ZCppMain/ZtCSortObjList.H : add 'include ZCppMain/ZtCArray.H and ZCppMain/ZtCArray.H

This commit is contained in:
2025-08-17 15:44:23 +09:00
parent b56e7a66c0
commit a878376507

View File

@ -14,10 +14,15 @@
-- 2025-08-17 14:37:00 -- 2025-08-17 14:37:00
현재는 ZtCArray.H 와 ZtCObjList.H 를 include 한다.
-- 2025-08-17 15:42:00
////////////////////////////////////////////////////*/ ////////////////////////////////////////////////////*/
#include "ZCppMain/ZMainHead.H" #include "ZCppMain/ZtCArray.H"
#include "ZCppMain/ZtCObjList.H"
namespace ZNsMain namespace ZNsMain
@ -668,10 +673,8 @@ namespace ZNsMain
static int Main(int AI_ArgCnt=0, const char* APP_ArgVal[]=0) static int Main(int AI_ArgCnt=0, const char* APP_ArgVal[]=0)
{ {
using namespace std; typedef ZNsMain::
using namespace std; ZtCObjList<TTypeInt, TTypeInt> CObjList ;
typedef ZNsMain::ZtCObjList<TTypeInt, TTypeInt> CObjList ;
CObjList VO_CIntList; ////////////////////////// CObjList VO_CIntList; //////////////////////////