commit 2025-10-12 23:40 edit a bit ZCppMain/ZtCStringStd.H

This commit is contained in:
2025-10-12 23:40:25 +09:00
parent 7b3605a929
commit 0c52cb85af

View File

@ -522,9 +522,10 @@ namespace ZNsMain
public:
};/*
template
template //////////////////////////////////////////////////////////
< typename TTypString = std::string >
class ZtCStringStd : public TTypString */
class ZtCStringStd
#################################################################*/
typedef ZtCStringStd<std::string > ZCStringStd ;