diff --git a/Examples/test-suite/ignore_template_constructor.i b/Examples/test-suite/ignore_template_constructor.i index ffd541986..ae466d711 100644 --- a/Examples/test-suite/ignore_template_constructor.i +++ b/Examples/test-suite/ignore_template_constructor.i @@ -36,6 +36,8 @@ public: #endif +#if !defined(SWIGSCILAB) + %template(VectFlow) std::vector; %inline %{ @@ -43,3 +45,5 @@ std::vector inandout(std::vector v) { return v; } %} + +#endif