Added defines to enable possibly-conflicting extras provided by ocaml module.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-06-06 04:34:27 +00:00
commit bcde82d45c

View file

@ -3,11 +3,10 @@
#include "example.h"
%}
#define ENABLE_CHARPTR_ARRAY
#define ENABLE_STRING_VECTOR
%include stl.i
%feature("director");
namespace std {
%template(StringVector) std::vector<string>;
};
%include example.h