commit 2025-08-20 12:32 delete __Init() and __Fini()
This commit is contained in:
@ -1456,6 +1456,8 @@ namespace ZNsMain
|
|||||||
것으로 하면 다소 편해질 것이다. 그 후 필요에 따라, __Init, __Fini 템플릿을
|
것으로 하면 다소 편해질 것이다. 그 후 필요에 따라, __Init, __Fini 템플릿을
|
||||||
전문화하면 된다.
|
전문화하면 된다.
|
||||||
|
|
||||||
|
현재(2025-08-20) __init() 와 __Fini() 는 _CODE_OLD_ 으로 사실상 삭제되었다.
|
||||||
|
|
||||||
■ -- 2009-08-15 19:57:00
|
■ -- 2009-08-15 19:57:00
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////*/
|
///////////////////////////////////////////////////////////////////////////*/
|
||||||
@ -1477,6 +1479,7 @@ namespace ZNsMain
|
|||||||
void ZftMoveFast(Type& AR_Type1, Type& AR_Type2) */
|
void ZftMoveFast(Type& AR_Type1, Type& AR_Type2) */
|
||||||
|
|
||||||
|
|
||||||
|
#if(_CODE_OLD_)
|
||||||
template<typename Type> void __Init(Type& AR_Type)
|
template<typename Type> void __Init(Type& AR_Type)
|
||||||
{
|
{
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
@ -1492,6 +1495,7 @@ namespace ZNsMain
|
|||||||
#endif //_DEBUG
|
#endif //_DEBUG
|
||||||
}/*
|
}/*
|
||||||
template<typename Type> void __Fini(Type& AR_Type)*/
|
template<typename Type> void __Fini(Type& AR_Type)*/
|
||||||
|
#endif //(_CODE_OLD_)
|
||||||
|
|
||||||
|
|
||||||
/*///////////////////////////////////////////////////////////////////////////
|
/*///////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user