1 2 3 4 5 6 7
// test of std::stack %module li_std_stack %include std_stack.i %template( IntStack ) std::stack< int >;