Update template_opaque testcase

This commit is contained in:
William S Fulton 2019-03-01 08:15:03 +00:00
parent 83ea2280e2
commit 9e29ae16d2
1 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,4 @@ namespace A {
} }
} }
#ifndef SWIGCSHARP
// C# vector typemaps only ready for simple cases right now
%template(OpaqueVectorType) std::vector<A::OpaqueType>; %template(OpaqueVectorType) std::vector<A::OpaqueType>;
#endif