From 30eaab00ed5d77bae7944cc247a5e3025151d522 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 1 Apr 2003 19:08:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4649 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 4ef37a978..74777a56b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.20 (In progress) ============================ +04/01/2003: beazley + Fixed template partial specialization argument expansion bug. + This showed up when trying to use std_vector.i with vectors + of pointers. + 03/31/2003: cheetah (William Fulton) Fix for parallel make builds of SWIG, for example make -j 4