From 7375d4575a3667be1fe8a465d3042bf38f94c12d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 24 Oct 2018 19:53:31 +0100 Subject: [PATCH] Typemap %apply docs clarification --- Doc/Manual/Typemaps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Manual/Typemaps.html b/Doc/Manual/Typemaps.html index 78c7036f2..1639423af 100644 --- a/Doc/Manual/Typemaps.html +++ b/Doc/Manual/Typemaps.html @@ -4955,7 +4955,7 @@ then all of the int *OUTPUT (source) typemap methods are copied to

However, there is a subtle aspect of %apply that needs clarification. Namely, if a target contains a typemap method that the source does not, -the target typemap method is not overwritten / deleted. +the target typemap method remains in place and unchanged. This behavior allows you to do two things: