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:
Marcelo Matus 2004-11-03 01:20:36 +00:00
commit 4226a4b753

View file

@ -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