CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6638 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
708420244c
commit
4226a4b753
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ Version 1.3.23 (November 6, 2004)
|
|||
%template(foo) space::A::fooT<int>;
|
||||
%template(foo) space::A::fooT<char>;
|
||||
|
||||
%template(foo) B::barT<double>;
|
||||
%template(foo) B::barT<int>;
|
||||
%template(foo) B::barT<char>;
|
||||
%template(bar) B::barT<double>;
|
||||
%template(bar) B::barT<int>;
|
||||
%template(bar) B::barT<char>;
|
||||
|
||||
and call
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue