* sanity/style.test: Catch misuses of Sgi::.
* tgba/tgbareduc.hh, tgbaalgos/reductgba_sim.cc, tgbaalgos/reductgba_sim.hh, tgbaalgos/reductgba_sim_del.cc: Fix them.
This commit is contained in:
parent
64d5de8fe1
commit
35aa277164
6 changed files with 56 additions and 44 deletions
|
|
@ -31,12 +31,12 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
typedef Sgi::pair<const spot::state*, const spot::state*> state_couple;
|
||||
typedef Sgi::vector<state_couple*> simulation_relation;
|
||||
typedef std::pair<const spot::state*, const spot::state*> state_couple;
|
||||
typedef std::vector<state_couple*> simulation_relation;
|
||||
|
||||
/*
|
||||
typedef Sgi::vector<state_couple*> direct_simulation_relation;
|
||||
typedef Sgi::vector<state_couple*> delayed_simulation_relation;
|
||||
typedef std::vector<state_couple*> direct_simulation_relation;
|
||||
typedef std::vector<state_couple*> delayed_simulation_relation;
|
||||
*/
|
||||
|
||||
class direct_simulation_relation: public simulation_relation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue