Scilab: C++ operators not wrapped in Scilab yet, remove warnings
This commit is contained in:
parent
4f2715a9ec
commit
af03df97c4
1 changed files with 6 additions and 1 deletions
|
|
@ -321,6 +321,12 @@ namespace swig
|
|||
%catches(swig::stop_iteration) SciSwigIterator::operator + (ptrdiff_t n) const;
|
||||
%catches(swig::stop_iteration) SciSwigIterator::operator - (ptrdiff_t n) const;
|
||||
|
||||
%ignore SciSwigIterator::operator==;
|
||||
%ignore SciSwigIterator::operator!=;
|
||||
%ignore SciSwigIterator::operator++;
|
||||
%ignore SciSwigIterator::operator--;
|
||||
%ignore SciSwigIterator::operator+;
|
||||
%ignore SciSwigIterator::operator-;
|
||||
|
||||
struct SciSwigIterator
|
||||
{
|
||||
|
|
@ -355,4 +361,3 @@ namespace swig
|
|||
ptrdiff_t operator - (const SciSwigIterator& x) const;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue