commit 2025-10-10 06:44 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -7630,15 +7630,9 @@ namespace ZNsMain
|
||||
|
||||
|
||||
template<> string& ZftMakeStr(string& ARR_SaveCStr, const ZCCharView& AR_View)
|
||||
{
|
||||
ARR_SaveCStr.append(AR_View.data(), AR_View.size()); return ARR_SaveCStr;
|
||||
}/*
|
||||
template<> string& ZftMakeStr(string& ARR_SaveCStr, const ZCCharView& AR_View)*/
|
||||
{ ARR_SaveCStr.append(AR_View.data(), AR_View.size()); return ARR_SaveCStr; }
|
||||
template<> wstring& ZftMakeStr(wstring& ARR_SaveCStr, const ZCCharViewW& AR_View)
|
||||
{
|
||||
ARR_SaveCStr.append(AR_View.data(), AR_View.size()); return ARR_SaveCStr;
|
||||
}/*
|
||||
template<> wstring& ZftMakeStr(wstring& ARR_SaveCStr, const ZCCharViewW& AR_View)*/
|
||||
{ ARR_SaveCStr.append(AR_View.data(), AR_View.size()); return ARR_SaveCStr; }
|
||||
|
||||
|
||||
/*//////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user