From d4c40df52633569e944ed86e223d2d5c2c9dcb3f Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 12 Feb 2003 17:18:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4304 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 5fa6429df..3e7ff5014 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,14 @@ Version 1.3.18 (In progress) ============================ +02/12/2003: beazley + Fixed [ 685410 ] C++ Explicit template instantiation causes SWIG to exit. + Fixes a syntax error with declarations similar to this: + + template class std::vector; + + SWIG now ignores the instantiation and generates a warning message. + We might do more later. Reported by Thomas Williamson. + 02/11/2003: beazley Fixed more very subtle preprocessor corner cases related to recursive macro expansion. For example: