From 5eedf21fcfe9d594c756afa563d1c067a27b050b Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 26 Oct 2004 01:32:45 +0000 Subject: [PATCH] better derived_nested.i fix, no shift/reduce git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6517 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index cc22b837b..65e55bf08 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -6,8 +6,8 @@ Version 1.3.23 (in progress) - Using + namespace is working now (using_namespace.i). - Derived + nested classes is working now - (deriver_nested.i), but the fix introduces an extra - shit/reduce. Do we keep the fix? (see parser.y). + (deriver_nested.i), but of course, we are still waiting + for the nested class support. - Directors: - unnamed parameters support,