From 9e29ae16d2bb51e47b255867551c794a6e45817a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 1 Mar 2019 08:15:03 +0000 Subject: [PATCH] Update template_opaque testcase --- Examples/test-suite/template_opaque.i | 3 --- 1 file changed, 3 deletions(-) diff --git a/Examples/test-suite/template_opaque.i b/Examples/test-suite/template_opaque.i index b910e47e3..7aafd62e8 100644 --- a/Examples/test-suite/template_opaque.i +++ b/Examples/test-suite/template_opaque.i @@ -36,7 +36,4 @@ namespace A { } } -#ifndef SWIGCSHARP -// C# vector typemaps only ready for simple cases right now %template(OpaqueVectorType) std::vector; -#endif