*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7136 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-04-01 23:01:28 +00:00
commit cc8cb39465

View file

@ -2,7 +2,9 @@ Version 1.3.25 (In progress)
============================
03/31/2005: wsfulton
Turned on extra template features previously only available to Python.
Turned on extra template features for all languages which were
previously only available to Python.
This enables typemaps defined within a templated class to be used as
expected. Requires %template on the templated class, %template() will
also pick up the typemaps. Example: