commit 2025-10-17 13:01 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-17 13:01:20 +09:00
parent 16bfabc6fe
commit 536fec9db0

View File

@ -3330,8 +3330,6 @@ namespace ZNsMain
template<typename TTmplChain, typename TTypeView>
void ZftIterTmplChainTail(TTypeView AO_View)
{
AO_View.template OnMeetType<TTmplChain>();
if(TTmplChain::ZEBoolNext>0)
{
typedef typename
@ -3340,6 +3338,8 @@ namespace ZNsMain
ZftIterTmplChainTail<TypeChainNext, TTypeView>(AO_View);
}/*
if(TTmplChain::ZEBoolNext>0)*/
AO_View.template OnMeetType<TTmplChain>();
}/*
template<typename TTmplChain, typename TTypeView>
void ZftIterTmplChainTail(TTypeView AO_View)