From 536fec9db02e440d5b65ca838b8ff883b3880b5d Mon Sep 17 00:00:00 2001 From: sauron Date: Fri, 17 Oct 2025 13:01:20 +0900 Subject: [PATCH] commit 2025-10-17 13:01 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 67603a1..c09cef8 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -3330,8 +3330,6 @@ namespace ZNsMain template void ZftIterTmplChainTail(TTypeView AO_View) { - AO_View.template OnMeetType(); - if(TTmplChain::ZEBoolNext>0) { typedef typename @@ -3340,6 +3338,8 @@ namespace ZNsMain ZftIterTmplChainTail(AO_View); }/* if(TTmplChain::ZEBoolNext>0)*/ + + AO_View.template OnMeetType(); }/* template void ZftIterTmplChainTail(TTypeView AO_View)