From 40debb62a62fbc522daa347cbd78008669fe346a Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 16 Oct 2025 23:16:42 +0900 Subject: [PATCH] commit 2025-10-16 23:16 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 32 ++++++++++++++++---------------- ZCppMainTest/ZtCBaseList_000.cpp | 8 ++++---- ZCppMainTest/ZtCLinkList_001.cpp | 12 ++++++------ ZCppMainTest/ZtCObjList_000.cpp | 4 ++-- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 74d7dff..22d2c57 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -497,48 +497,48 @@ using namespace std; ) -#define _FOR_ITER_EASY_START0(MainType, MainObj, IterVar, SizeVar) \ +#define _FOR_ITER_EASY_START0(MainObj, IterVar, SizeVar) \ { \ - typedef typename MainType::TypeSize IterTypeSize ; \ + typedef ZTypLength IterTypeSize ; \ ZNsMain::IterEasyID IterVar = MainObj.ItHID(); \ \ for(IterTypeSize SizeVar=0; SizeVar