move %extend_smart_pointer to pyuserdir.swg
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8713 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dc3685c0af
commit
750c9c1efb
3 changed files with 58 additions and 8 deletions
|
|
@ -107,10 +107,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Use this macro to extend the smart pointer support */
|
||||
%define %extend_smart_pointer(Type...)
|
||||
%implicitconv Type;
|
||||
%apply const SWIGTYPE& SMARTPOINTER { const Type& };
|
||||
%apply SWIGTYPE SMARTPOINTER { Type };
|
||||
%enddef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue