From 927049cf9bbbdeb0dcf4f83384df874fe10eaf51 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 12 Oct 2007 21:42:20 +0000 Subject: [PATCH] minor comment changes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9985 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/li_boost_shared_ptr.i | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples/test-suite/li_boost_shared_ptr.i b/Examples/test-suite/li_boost_shared_ptr.i index f089b6595..9cf500b86 100644 --- a/Examples/test-suite/li_boost_shared_ptr.i +++ b/Examples/test-suite/li_boost_shared_ptr.i @@ -11,7 +11,7 @@ #include "boost/shared_ptr.hpp" #include "swig_examples_lock.h" -// Uncomment macro below to turn on shared_ptr memory leaks as described above +// Uncomment macro below to turn on shared_ptr memory leak checking as described above //#define SHARED_PTR_WRAPPER #ifdef SHARED_PTR_WRAPPER @@ -40,7 +40,6 @@ SWIG_SHARED_PTR_DERIVED(KlassDerived, Space::Klass, Space::KlassDerived) // Add in generic %extend for the Upcast function for derived classes // Can probably remove the pgcpp for shared_ptr, unless wrapping shared_ptr<>* shared_ptr<>& and use IntPtr instead of HandleRef for C# ??? // Remove proxy upcast method - implement %feature("shadow") ??? which replaces the proxy method -// pgcpp - make it work if comments in jtype typemap %exception { if (debug_shared) {