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