mirror of https://github.com/swig/swig
Update template_opaque testcase
This commit is contained in:
parent
83ea2280e2
commit
9e29ae16d2
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue