From 143cda31c1a09342034210a27e221df563bf48ac Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 9 Oct 2025 11:18:32 +0900 Subject: [PATCH] commit 2025-10-09 11:18 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index cdca35d..e7cc721 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -151,12 +151,11 @@ namespace ZNsMain /*/////////////////////////////////*/ TypeCStr ; typedef TTypCh /*//////////////////*/ TypeChar ; static const int CI_ByteSize = sizeof(TypeChar) ; - public: typedef typename ZtCCharInt::TypeInt TypeInt ; public: - typedef TypeChar char_type ; // for stl string - typedef TypeInt int_type ; // for stl string + typedef TypeChar char_type ; // for stl string/wstring + typedef TypeInt int_type ; // for stl string/wstring public: };/* class ZtCCharType /*#####################################################*/ @@ -330,7 +329,7 @@ namespace ZNsMain typedef ZCStringList TypeList ; public: typedef ZNsMain::ZtCCharType ZCCharType ; - typedef ZNsMain::ZtCCharType traits_type; // for strl string + typedef ZNsMain::ZtCCharType traits_type; // for strl string/wstring typedef typename ZCCharType::TypeInt TypeCharInt; public: