From 949c731b87147a840b4881bb490f1f6592d846ac Mon Sep 17 00:00:00 2001 From: sauron Date: Sun, 24 Aug 2025 09:56:28 +0900 Subject: [PATCH] commit 2025-08-24 09:56 edit a bit ZCppMainTest/ZtCArray_000.cpp --- ZCppMainTest/ZtCArray_000.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ZCppMainTest/ZtCArray_000.cpp b/ZCppMainTest/ZtCArray_000.cpp index 310b43f..56a32b5 100644 --- a/ZCppMainTest/ZtCArray_000.cpp +++ b/ZCppMainTest/ZtCArray_000.cpp @@ -73,6 +73,13 @@ namespace ZNsMain using namespace std ; using namespace ZNsMain; + #if defined(__linux__) && defined(__GNUC__) + cout<<"# __GNUC__ : "<<__GNUC__< CArray ; typedef CArray::IterEasy IterEasy;