diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 35e3374..29f697c 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -6027,7 +6027,7 @@ namespace ZNsMain 형태로 사용할 때 붙였다. -- 2025-10-14 09:08 그렇다면 const ZCNodePointN 을 간단하게 하면 ZCNodePointNC - 로 해야할까? 그런데 ZCNodePointN 자체가 const 전용이므로, + 로 해야 할까? 그런데 ZCNodePointN 자체가 const 전용이므로, const ZCNodePointN 는 사실 별 의미가 없다. 복사 생성자나 대입 연산자 정의에서나 잠깐 필요하다. -- 2025-10-14 10:38