From b58796277d3de6b59e422296dc1bd44d5e36d306 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 9 Oct 2025 12:04:20 +0900 Subject: [PATCH] commit 2025-10-09 12:04 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index a797b50..01b4ab1 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -7440,11 +7440,12 @@ namespace ZNsMain typedef TTypString /*++*/ TypeCStr; typedef typename ZtCCharInt::TypeInt TypeInt ; - public: + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ static const int CI_ByteSize = sizeof(TypeChar); - public: + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ typedef TypeChar char_type ; // for stl string/wstring typedef TypeInt int_type ; // for stl string/wstring + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ public: };/* template class ZtCCharType*/ @@ -7456,11 +7457,12 @@ namespace ZNsMain typedef char /*+++++++*/ TypeChar; typedef typename ZtCCharInt::TypeInt TypeInt ; - public: + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ static const int CI_ByteSize = sizeof(TypeChar); - public: - typedef TypeChar char_type ; // for stl string/wstring - typedef TypeInt int_type ; // for stl string/wstring + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ + typedef TypeChar char_type ; + typedef TypeInt int_type ; + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ public: };/* template<> class ZtCCharType*/ @@ -7472,11 +7474,12 @@ namespace ZNsMain typedef wchar_t /*+++++++*/ TypeChar; typedef typename ZtCCharInt::TypeInt TypeInt ; - public: + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ static const int CI_ByteSize = sizeof(TypeChar); - public: - typedef TypeChar char_type ; // for stl string/wstring - typedef TypeInt int_type ; // for stl string/wstring + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ + typedef TypeChar char_type ; + typedef TypeInt int_type ; + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ public: };/* template<> class ZtCCharType*/