Patch from Heikki Tauriainen <heikki.tauriainen@hut.fi>.
* src/tgbaalgos/gtec/ce.cc (counter_example::counter_example): Do not parenthesize the type after the new operator (g++ 3.4 complains). * src/tgbaalgos/dupexp.cc (dupexp_iter::process_state, dupexp_iter::declare_state): Use this->automata_instead of automata_. Local member automata_ inherited from template base classes must be prefixed or g++ 3.4 will not look them up (conforming to 14.6.2.3).
This commit is contained in:
parent
e11da2e3af
commit
59df610023
3 changed files with 15 additions and 4 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2004-07-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
Patch from Heikki Tauriainen <heikki.tauriainen@hut.fi>.
|
||||
* src/tgbaalgos/gtec/ce.cc (counter_example::counter_example): Do
|
||||
not parenthesize the type after the new operator (g++ 3.4 complains).
|
||||
* src/tgbaalgos/dupexp.cc (dupexp_iter::process_state,
|
||||
dupexp_iter::declare_state): Use this->automata_ instead of
|
||||
automata_. Local member automata_ inherited from template base
|
||||
classes must be prefixed or g++ 3.4 will not look them
|
||||
up (conforming to §14.6.2.3).
|
||||
|
||||
2004-07-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* lbtt/: Merge lbtt 1.1.0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue