* src/tgba/taatgba.cc, src/tgba/taatbga.hh: Fix a memory issue on
Darwin.
This commit is contained in:
parent
58d6b7912c
commit
1fbdf0bcaf
3 changed files with 35 additions and 25 deletions
|
|
@ -128,9 +128,9 @@ namespace spot
|
|||
typedef taa_tgba::state::const_iterator iterator;
|
||||
typedef std::pair<iterator, iterator> iterator_pair;
|
||||
typedef std::vector<iterator_pair> bounds_t;
|
||||
typedef Sgi::hash_multimap<
|
||||
const spot::state_set*, taa_tgba::transition*, state_ptr_hash,
|
||||
state_ptr_equal> seen_map;
|
||||
typedef Sgi::hash_map<
|
||||
const spot::state_set*, std::vector<taa_tgba::transition*>,
|
||||
state_ptr_hash, state_ptr_equal> seen_map;
|
||||
|
||||
struct distance_sort :
|
||||
public std::binary_function<const iterator_pair&,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue