1
0
mirror of synced 2026-02-15 20:46:01 +00:00

Added "equiv_induct -undef"

This commit is contained in:
Clifford Wolf
2015-01-31 13:58:04 +01:00
parent e9cfc4a453
commit bc86b4a7e9
2 changed files with 51 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ struct SigPool
return sig;
}
size_t size()
size_t size() const
{
return bits.size();
}