mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
update signature of operator==
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
649c36aa03
commit
3df7299d1e
|
@ -93,7 +93,7 @@ namespace datalog {
|
|||
*/
|
||||
class signature_base : public signature_base_base {
|
||||
public:
|
||||
bool operator==(const signature & o) const {
|
||||
bool operator==(const signature_base & o) const {
|
||||
unsigned n=signature_base_base::size();
|
||||
if (n!=o.size()) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue