mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6ed95718ce
commit
41e0a12678
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
||||||
void apply_from_right(vector<T> & w) override;
|
void apply_from_right(vector<T> & w) override;
|
||||||
void apply_from_right(indexed_vector<T> & w) override;
|
void apply_from_right(indexed_vector<T> & w) override;
|
||||||
|
|
||||||
T get_elem(unsigned i, unsigned j) const override;
|
T get_elem(unsigned i, unsigned j) const;
|
||||||
#ifdef Z3DEBUG
|
#ifdef Z3DEBUG
|
||||||
unsigned row_count() const override { return m_length; }
|
unsigned row_count() const override { return m_length; }
|
||||||
unsigned column_count() const override { return m_length; }
|
unsigned column_count() const override { return m_length; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue