From b6c236a7925ebcbf219c8b38a7ef5269ff415307 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 28 Aug 2025 20:26:58 +0900 Subject: [PATCH] commit 2025-08-28 20:26 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 39172a3..306581e 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -8270,7 +8270,8 @@ namespace ZNsMain ) */ - #define _ZCSTRINGBASE_ ZtCStringBase + #define _ZCSTRINGBASE_ ZtCStringBase \ + < TTypCh, TAlloc, TAllocSize, TTypeString > #define _ZCSTRINGBASE_ARG_ \ template< typename TTypCh , typename TAlloc , \ typename TAllocSize , typename TTypeString \