Files

8 lines
108 B
OpenEdge ABL
Raw Permalink Normal View History

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