From 40157d7df27f5544f03338e0f847cb3a3082a8d2 Mon Sep 17 00:00:00 2001 From: sauron Date: Wed, 15 Oct 2025 07:51:04 +0900 Subject: [PATCH] commit 2025-10-15 07:50 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 90b6ca9..63b2109 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -805,7 +805,11 @@ namespace ZNsMain typedef class ZCIterEasy{} IterEasy, *IterEasyID ; typedef const IterEasyID IterEasyIDc; - 라고 하면, IterEasy * const 이지, IterEasy const * 가 아니다. + 라고 하면, IterEasyIDc 는 + + IterEasy const * 가 아니고 IterEasy * const + + 이다. ///////////////////////////////////////////////////////////////////////////////*/