Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/li_std_stack.i
2019-08-04 21:38:19 -05:00

8 lines
108 B
OpenEdge ABL

// test of std::stack
%module li_std_stack
%include std_stack.i
%template( IntStack ) std::stack< int >;