From bcde82d45cee36bceff92a688747e3ebab235565 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Fri, 6 Jun 2003 04:34:27 +0000 Subject: [PATCH] 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 --- Examples/ocaml/stl/example.i | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Examples/ocaml/stl/example.i b/Examples/ocaml/stl/example.i index 3bbea0f47..19a80a605 100644 --- a/Examples/ocaml/stl/example.i +++ b/Examples/ocaml/stl/example.i @@ -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; -}; %include example.h