commit 2025-10-15 07:18 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-15 07:18:39 +09:00
parent 5762ec1cdf
commit e9944b6e0c

View File

@ -553,11 +553,11 @@ using namespace std;
myList.AddTail(2);
myList.AddTail(3);
_FOR_ITER_EASY_START0(CObjList, myList, VH_NowIter, i)
_FOR_ITER_EASY_START0 (CObjList, myList, VH_NowIter, i)
{
cout<<"# list : "<<myList.ItD(VH_NowIter)<<endl;
}
_FOR_ITER_EASY_CLOSE0(CObjList, myList, VH_NowIter, i)
_FOR_ITER_EASY_CLOSE0 (CObjList, myList, VH_NowIter, i)
_FOR_ITER_EASY_START0_RC(CObjList, myList, VH_NowIter, i)
{