fix predicate, excluding template case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8759 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1d4edd3b43
commit
404abfaa11
2 changed files with 11 additions and 1 deletions
|
|
@ -85,3 +85,13 @@ public:
|
|||
};
|
||||
|
||||
%}
|
||||
|
||||
%inline
|
||||
{
|
||||
template <class _Type>
|
||||
struct A
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
%template(A_i) A<int>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue