edit test.cpp a bit
This commit is contained in:
@ -57,6 +57,7 @@ int main(int ArgiCnt, char** AppArgu)
|
|||||||
|
|
||||||
|
|
||||||
ZNsHide::ZCFunctor1 VO_CFunctor1;
|
ZNsHide::ZCFunctor1 VO_CFunctor1;
|
||||||
|
/* ZCFunctor1 선언이 main() 바깥에 있어야 하는 문제를 해결할 수 없을까. */
|
||||||
|
|
||||||
VO_IntList.IterElement(ZCShowData::Exec);
|
VO_IntList.IterElement(ZCShowData::Exec);
|
||||||
VO_IntList.IterElement(&VO_CFunctor1 );
|
VO_IntList.IterElement(&VO_CFunctor1 );
|
||||||
|
Reference in New Issue
Block a user