work around another swig4 change
* python/spot/impl.i: Make sure spot::acc_cond::mark_t::operator<< exceptions are not ignored.
This commit is contained in:
parent
bae8be9333
commit
4a5259d1fa
1 changed files with 4 additions and 0 deletions
|
|
@ -491,6 +491,10 @@ namespace std {
|
|||
%include <spot/twa/bddprint.hh>
|
||||
%include <spot/twa/formula2bdd.hh>
|
||||
%include <spot/twa/fwd.hh>
|
||||
/* These operators may raise exceptions, and we do not
|
||||
want Swig4 to convert those exceptions to NotImplemented. */
|
||||
%nopythonmaybecall spot::acc_cond::mark_t::operator<<;
|
||||
%nopythonmaybecall spot::acc_cond::mark_t::operator>>;
|
||||
%implicitconv spot::acc_cond::mark_t;
|
||||
%implicitconv spot::acc_cond::acc_code;
|
||||
%feature("flatnested") spot::acc_cond::mark_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue