* src/tgbaalgos/ndfs_result.hxx (ndfs_result, acss_interface):

Conditionally inherit from acss_statistics.
* src/tgbaalgos/magic.cc, src/tgbaalgos/se05.cc, src/tgbaalgos/tau03.cc,
src/tgbaalgos/tau03opt.cc: Define Has_Size in all heaps.
This commit is contained in:
Alexandre Duret-Lutz 2005-01-07 10:27:17 +00:00
parent 603b49e216
commit 7c07f3149f
6 changed files with 42 additions and 19 deletions

View file

@ -361,6 +361,7 @@ namespace spot
return (it != h.end());
}
enum { Has_Size = 1 };
int size() const
{
return h.size();