From effb5f0200e31d7fdf42589e03d029586020d8d5 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 9 Mar 2021 16:38:34 +0900 Subject: [PATCH] edit test.cpp --- ZCppMain/test.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 6085acb..5ef0ffc 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -30,13 +30,11 @@ namespace ZNsMain{namespace ZNsHide namespace ZNsHide*/}/*namespace ZNsMain*/ -template -class ZtCMy +template class ZtCMy { public: enum{EMyNum=1}; }; -template -class ZtCMy< ZNsMain::ZtCObjList > +template class ZtCMy< ZNsMain::ZtCObjList > { public: enum{EMyNum=2}; };