From 15a37c761eef25751af6120b60cc0040c00778c1 Mon Sep 17 00:00:00 2001 From: sauron Date: Wed, 20 Aug 2025 12:33:05 +0900 Subject: [PATCH] commit 2025-08-20 12:32 delete __Init() and __Fini() --- ZCppMain/ZMainHead.H | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index d3d74b5..849f754 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -1456,6 +1456,8 @@ namespace ZNsMain 것으로 하면 다소 편해질 것이다. 그 후 필요에 따라, __Init, __Fini 템플릿을 전문화하면 된다. + 현재(2025-08-20) __init() 와 __Fini() 는 _CODE_OLD_ 으로 사실상 삭제되었다. + ■ -- 2009-08-15 19:57:00 ///////////////////////////////////////////////////////////////////////////*/ @@ -1477,6 +1479,7 @@ namespace ZNsMain void ZftMoveFast(Type& AR_Type1, Type& AR_Type2) */ +#if(_CODE_OLD_) template void __Init(Type& AR_Type) { #ifdef _DEBUG @@ -1492,6 +1495,7 @@ namespace ZNsMain #endif //_DEBUG }/* template void __Fini(Type& AR_Type)*/ +#endif //(_CODE_OLD_) /*///////////////////////////////////////////////////////////////////////////