From bea5561dc4a181864df917d0944166b3d8f928eb Mon Sep 17 00:00:00 2001 From: sauron Date: Fri, 17 Oct 2025 21:28:15 +0900 Subject: [PATCH] commit 2025-10-17 21:28 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 8f6209b..3d84478 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -3375,6 +3375,10 @@ namespace ZNsMain template static void IterHead(TViewChain AO_CView, TTypeHelp AO_TypeHelp) { + // AO_CView 은 AO_TypeHelp 와 달리 ZtCCheckRef 를 + // 적용하지 않는다. 외부에서 ZtCIterChain + // 처럼 접근하면서, SomeView 의 자료형을 지정하고 있다. + typedef ZNsMain::ZtCCheckRef ZCCheckRef; typedef typename ZCCheckRef::TypeRaw TypeRaw ;