check again large typequery
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6346 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
440d536402
commit
41851255fc
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ except:
|
|||
raise RuntimeError
|
||||
|
||||
|
||||
# the old large format
|
||||
if not SWIG_TypeQuery("vfncs::ArithUnaryFunction<vfncs::arith_traits<float,real>::argument_type,vfncs::arith_traits<float,real >::result_type > *"):
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
# the reduced format
|
||||
if not SWIG_TypeQuery("vfncs::ArithUnaryFunction<double,double> *"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue