commit 2025-10-15 06:15 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -559,11 +559,11 @@ using namespace std;
|
||||
}
|
||||
_FOR_ITER_EASY_CLOSE0(CObjList, myList, VH_NowIter, i)
|
||||
|
||||
_FOR_ITER_EASY_START_R0_C(CObjList, myList, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_START0_RC(CObjList, myList, VH_NowIter, i)
|
||||
{
|
||||
cout<<"# list rev const: "<<myList.ItD(VH_NowIter)<<endl;
|
||||
}
|
||||
_FOR_ITER_EASY_CLOSE_R0_C(CObjList, myList, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_CLOSE0_RC(CObjList, myList, VH_NowIter, i)
|
||||
|
||||
-- 2025-10-14 16:34
|
||||
|
||||
|
Reference in New Issue
Block a user