commit 2025-08-30 22:39 add ZftLoadFile in ZCppMain/ZMainHeadEx.H

This commit is contained in:
2025-08-30 22:39:55 +09:00
parent 16218f91a0
commit a57179f7bb
3 changed files with 430 additions and 168 deletions

View File

@ -1485,7 +1485,7 @@ namespace ZNsMain
cout<<" ※※ ZftMoveFast Start : Type1="<<typeid(Type1).name()<<", Type2="<<typeid(Type2).name()<<endl;
#endif //_DEBUG_FAST_MOVE_OBJ_
AR_Type1=AR_Type2;
AR_Type1 = AR_Type2 ;
#ifdef _DEBUG_FAST_MOVE_OBJ_
cout<<" ※※ ZftMoveFast Close : Type2="<<typeid(Type1).name()<<", Type2="<<typeid(Type2).name()<<endl;