commit 2025-10-10 07:03 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-10 07:03:16 +09:00
parent d988636881
commit 1cb53c967e

View File

@ -5414,9 +5414,6 @@ namespace ZNsMain
{ ARR_SaveCStr.append(AR_DataCStr); return ARR_SaveCStr; } { ARR_SaveCStr.append(AR_DataCStr); return ARR_SaveCStr; }
/*#############################################################################*/ /*#############################################################################*/
//::swprintf((wchar_t*)VCA_BuffParam, CI_BuffSize, L"%d", AI_IntParam)
template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int) template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int)
{ {
ZTycInt CI_BuffSize = 31 ; ZTycInt CI_BuffSize = 31 ;
@ -5440,7 +5437,7 @@ namespace ZNsMain
return ARR_SaveCStr.append return ARR_SaveCStr.append
(VCA_BuffParam, VI_ResultSize) ; (VCA_BuffParam, VI_ResultSize) ;
}/* }/*
template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int)*/ template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int)*/
template<> string& ZftMakeStr(string& ARR_SaveCStr, long AL_Long) template<> string& ZftMakeStr(string& ARR_SaveCStr, long AL_Long)
{ {