mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Fix Visual Studio warnings
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
93f37bdf9f
commit
7312f49f88
5 changed files with 60 additions and 54 deletions
|
@ -267,10 +267,10 @@ namespace realclosure {
|
|||
void clean_denominators(numeral const & a, numeral & p, numeral & q);
|
||||
};
|
||||
|
||||
class value;
|
||||
struct value;
|
||||
class num {
|
||||
friend class manager;
|
||||
friend class manager::imp;
|
||||
friend struct manager::imp;
|
||||
value * m_value;
|
||||
public:
|
||||
num():m_value(0) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue