add the CPLXFLT and CPLDBL checking codes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5692 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3f1f31d1e8
commit
82d298ac31
1 changed files with 3 additions and 1 deletions
|
|
@ -233,7 +233,9 @@ namespace std {
|
|||
%define SWIG_TYPECHECK_INTEGER 70 %enddef
|
||||
%define SWIG_TYPECHECK_FLOAT 80 %enddef
|
||||
%define SWIG_TYPECHECK_DOUBLE 90 %enddef
|
||||
%define SWIG_TYPECHECK_COMPLEX 100 %enddef
|
||||
%define SWIG_TYPECHECK_CPLXFLT 95 %enddef
|
||||
%define SWIG_TYPECHECK_CPLXDBL 100 %enddef
|
||||
%define SWIG_TYPECHECK_COMPLEX 105 %enddef
|
||||
%define SWIG_TYPECHECK_UNICHAR 110 %enddef
|
||||
%define SWIG_TYPECHECK_UNISTRING 120 %enddef
|
||||
%define SWIG_TYPECHECK_CHAR 130 %enddef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue