scilab: remove swig warning
This commit is contained in:
parent
8096b3d1cd
commit
aaa772f330
1 changed files with 3 additions and 2 deletions
|
|
@ -278,9 +278,10 @@ namespace swig
|
|||
// TODO: return a Scilab list from the pair (see code for Octave)
|
||||
}
|
||||
|
||||
%fragment("SwigPyPairBoolOutputIterator","header",fragment=SWIG_From_frag(bool),fragment="SciSequence_Cont") {}
|
||||
%fragment("SciSwigPairBoolOutputIterator", "header",
|
||||
fragment=SWIG_From_frag(bool), fragment="SciSequence_Cont") {}
|
||||
|
||||
%typemap(out,fragment="SciPairBoolOutputIterator")
|
||||
%typemap(out,fragment="SciSwigPairBoolOutputIterator")
|
||||
std::pair<iterator, bool>, std::pair<const_iterator, bool> {
|
||||
// TODO: return a Scilab list from the pair (see code for Octave)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue