*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5011 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-08-19 12:44:11 +00:00
commit 69f851a236

View file

@ -1,7 +1,8 @@
Version 1.3.20 (In progress)
============================
08/19/2003: cheetah (William Fulton)
[Java] Fix for %template vector<string>. The templated class' get method
[Java] Reworked std::string typemaps. Fixes a number of string in std namespace
problems. For example %template vector<string>. The templated class' get method
wasn't returning a Java String, but a SWIGTYPE_p_string. Reported
by Zach Baum.