Added %contract directive. (Experimental)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4679 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-04-11 16:45:06 +00:00
commit 67b82a4091

View file

@ -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