* src/tgba/tgbacomplement.cc (state_complement): Remove the copy

constructor.  It does the same thing as the default copy
constructor, and g++ 4.2.3 complained that the copy constructor
of spot::state was not called.  Reported by Denis Poitrenaud.
This commit is contained in:
Alexandre Duret-Lutz 2009-10-28 14:42:51 +01:00
parent 8901d0d5be
commit cb6b74f5ec
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2009-10-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbacomplement.cc (state_complement): Remove the copy
constructor. It does the same thing as the default copy
constructor, and g++ 4.2.3 complained that the copy constructor
of spot::state was not called. Reported by Denis Poitrenaud.
2009-10-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltlast/formula_tree.cc (instanciate, arity): Add a useless