Fix 'not defined SWIGSCILAB' in testcases
This commit is contained in:
parent
1fae569960
commit
ee4aa853b8
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
%template(VectorPairIntString) std::vector< std::pair<int, std::string> >;
|
||||
%template(VectorVectorString) std::vector< std::vector<std::string> >;
|
||||
|
||||
#if not defined(SWIGSCILAB)
|
||||
#if !defined(SWIGSCILAB)
|
||||
%template(PairIntVectorString) std::pair< int, std::vector<std::string> >;
|
||||
%template(PairIntPairIntString) std::pair< int, std::pair<int, std::string> >;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue