From 45411540430e0d64b95dd9dce70bb2a356db736f Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 11 Aug 2003 19:25:51 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4995 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 557eaa872..a04f49488 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,11 @@ Version 1.3.20 (In progress) ============================ +08/11/2003: beazley + Fixed [ 775989 ] numeric template parameters. There were + some errors in template expansion related to the use of + arrays where the array dimension was a template parameter. + It should work now. Reported by Bryan Green. + 08/10/2003: mrose (Mark Rose) Added a director typemap (outv) for return by value and cleaned up up a few of the commented director typemaps.