From de92c3295bf4d468dba663aaa1a2881f1cf3b945 Mon Sep 17 00:00:00 2001 From: sauron Date: Fri, 5 Sep 2025 15:05:22 +0900 Subject: [PATCH] commit 2025-09-05 15:05 edit a bit ZftMakeTuple_000.cpp --- ZCppMainTest/ZftMakeTuple_000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZCppMainTest/ZftMakeTuple_000.cpp b/ZCppMainTest/ZftMakeTuple_000.cpp index 79aa6bc..2128524 100644 --- a/ZCppMainTest/ZftMakeTuple_000.cpp +++ b/ZCppMainTest/ZftMakeTuple_000.cpp @@ -33,7 +33,7 @@ namespace ZNsMain auto myt9 = ZftMakeTuple(1, 34, 'C', ZftMCP(VO_BuffCStr), true, "AB", double(0.34), float(24.43), ZftMCP(VO_BuffCStr)); auto myt10= ZftMakeTuple(1, 34, 'C', ZftMCP(VO_BuffCStr), true, "AB", double(0.34), float(24.43), ZftMCP(VO_BuffCStr), ZftMCP(VI_NowCnt)); - myt10._10 = 1200; + myt10._10 = 1200; // 아래 2개 출력이 같아야 한다. cout<