*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@824 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-04 01:54:30 +00:00
commit 6cfe2eb5ab

View file

@ -2,6 +2,10 @@ SWIG (Simplified Wrapper and Interface Generator)
Version 1.3 Alpha 4 (not yet released)
======================================
9/3/00 : beazley
Added $typemap variable to typemaps. This gets replaced with a string
indicating the typemap that is applied. Feature request from rsalz.
9/3/00 : beazley
Experimental optimization to code generation for virtual member
functions. If you have two classes like this: