From 409e17e94aa12487a98b59424e1756fd0a6ce6d0 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 10 Oct 2004 17:58:14 +0000 Subject: add guards for swig/language extra methods and comments git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6386 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/std/std_multiset.i | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Lib/std/std_multiset.i') diff --git a/Lib/std/std_multiset.i b/Lib/std/std_multiset.i index bb7b79939..7ea3550ec 100644 --- a/Lib/std/std_multiset.i +++ b/Lib/std/std_multiset.i @@ -72,7 +72,11 @@ namespace std { %typemap_traits_ptr(SWIG_TYPECHECK_MULTISET, std::multiset); %std_multiset_methods(multiset); - %swig_container_methods(std::multiset); + +#ifdef %swig_multiset_methods + // Add swig/language extra methods + %swig_multiset_methods(std::multiset); +#endif }; } -- cgit v1.2.1