Added pointer test case.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4648 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-04-01 17:57:30 +00:00
commit 49b6cdac98

View file

@ -42,6 +42,7 @@ void halve_in_place(std::vector<double>& v) {
%}
%template(IntPtrVector) std::vector<int *>;