Various fixes for Visual C++ 7.1 and Sun Studio 10
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7255 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7f149959c9
commit
4fea1d827a
7 changed files with 8 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
%inline %{
|
||||
template <class T> struct Foo {
|
||||
Foo() {}
|
||||
#ifdef SWIG
|
||||
// These typemaps should be used by foo1 and foo2
|
||||
%typemap(in) Foo<T> "/*in typemap for Foo<T> */"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue