python: fix binding of used_inf_fin_sets()
* python/spot/impl.i: Here. * tests/python/setacc.py: Test it. * NEWS: Mention the bug.
This commit is contained in:
parent
234c9c298f
commit
266581b272
3 changed files with 18 additions and 1 deletions
|
|
@ -447,6 +447,7 @@ namespace swig
|
|||
namespace std {
|
||||
%template(liststr) list<std::string>;
|
||||
%template(pairunsigned) pair<unsigned, unsigned>;
|
||||
%template(pairmark_t) pair<spot::acc_cond::mark_t, spot::acc_cond::mark_t>;
|
||||
%template(vectorformula) vector<spot::formula>;
|
||||
%template(vectorunsigned) vector<unsigned>;
|
||||
%template(vectorpairunsigned) vector<pair<unsigned, unsigned>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue