From 9f2e2f2fb03b027429f32c8585a75b1d51baa173 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 16 Feb 2006 05:44:50 +0000 Subject: [PATCH] fix copyctor + template bug #1432125 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8822 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/constructor_copy.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/constructor_copy.i b/SWIG/Examples/test-suite/constructor_copy.i index 1c5ff3435..04913cb41 100644 --- a/SWIG/Examples/test-suite/constructor_copy.i +++ b/SWIG/Examples/test-suite/constructor_copy.i @@ -89,7 +89,7 @@ namespace std { %copyctor; -//%ignore std::vector::vector(size_type); +%ignore std::vector::vector(size_type); %ignore std::vector::resize(size_type); //Ignore as Flow does not have a default constructor