Added %contract directive. (Experimental)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4679 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
493a80d180
commit
6d41699efb
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
|||
/* Warnings */
|
||||
#define %warnfilter(...) %feature("warnfilter",`__VA_ARGS__`)
|
||||
|
||||
/* Contract support - Experimental and undocumented */
|
||||
|
||||
#define %contract %feature("contract")
|
||||
|
||||
/* Default handling of certain overloaded operators */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue