temporal fix since TCL has no std::vector<T*> specialization
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
aa6dacace3
commit
9044d078be
1 changed files with 2 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ SWIG_STD_VECTOR_SPECIALIZE(SWIGTYPE_p_int, const int *)
|
|||
SWIG_STD_VECTOR_SPECIALIZE(MyClass, MyClass *)
|
||||
#endif
|
||||
|
||||
#if !defined(SWIGTCL)
|
||||
%inline {
|
||||
struct MyClass {};
|
||||
typedef MyClass *MyClassPtr;
|
||||
|
|
@ -112,4 +113,4 @@ SWIG_STD_VECTOR_SPECIALIZE(MyClass, MyClass *)
|
|||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue