edit test.cpp
This commit is contained in:
@ -46,7 +46,7 @@ int main(int ArgiCnt, char** AppArgu)
|
|||||||
VO_IntList.AddTail(9);
|
VO_IntList.AddTail(9);
|
||||||
|
|
||||||
|
|
||||||
typedef ZtStTuple<int> ZCTuple;
|
typedef ZtStTuple<int, int> ZCTuple;
|
||||||
|
|
||||||
ZCTuple VO_CTuple; VO_CTuple._1 = 1;
|
ZCTuple VO_CTuple; VO_CTuple._1 = 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user