From 6487df40317c455f790f2011c53df6e609de2fd8 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 16 Dec 2004 01:54:38 +0000 Subject: [PATCH] fixes for templates and template default args, cosmetics, and other fixes for OSS git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6892 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index bb45b1fe0..a1358a461 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,3 +1,12 @@ Version 1.3.25 (In progress) ============================ +Dec/15: mmatus + - More fixes for templates and template default args. + See template_default.i for scary cases that now are + supported, besides the already ugly STL/std cases. + + - Cosmetics and more use of 'const' where it was implicit. + - Other fixes for OSS, which is now working again with 1.3.25. + + \ No newline at end of file