commit 2025-10-09 11:06 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-09 11:06:55 +09:00
parent f3e62b89ae
commit f32ab7e51b

View File

@ -157,8 +157,8 @@ namespace ZNsMain
typedef typename
ZtCCharInt<TypeChar>::TypeInt TypeInt ;
public:
typedef TypeChar char_type ; // for stl
typedef TypeInt int_type ; // for stl
typedef TypeChar char_type ; // for stl string
typedef TypeInt int_type ; // for stl string
public:
};/*
class ZtCCharType /*#####################################################*/