From bda29ec4b392910acda7d9c1f3d034a116389dd6 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 9 Mar 2021 16:51:51 +0900 Subject: [PATCH] edit test.cpp --- ZCppMain/test.cpp | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 5ef0ffc..17f8e01 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -31,11 +31,10 @@ namespace ZNsHide*/}/*namespace ZNsMain*/ template class ZtCMy - { public: enum{EMyNum=1}; }; - + { public: enum{EMyNum=10}; typedef T TypeData; }; template class ZtCMy< ZNsMain::ZtCObjList > - { public: enum{EMyNum=2}; }; + { public: enum{EMyNum=20}; typedef T TypeData; }; int main(int ArgiCnt, char** AppArgu) @@ -54,6 +53,17 @@ int main(int ArgiCnt, char** AppArgu) cout<<"# CMy2::EMyNum="<