mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove extra qualifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
15734398d8
commit
20728535e8
3 changed files with 3 additions and 3 deletions
|
@ -276,7 +276,7 @@ public:
|
|||
out << to_string(a);
|
||||
}
|
||||
|
||||
mpq_manager<SYNCH>& mpq_manager() { return m; }
|
||||
mpq_manager<SYNCH>& get_mpq_manager() { return m; }
|
||||
};
|
||||
|
||||
typedef mpq_inf_manager<true> synch_mpq_inf_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue