mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	mising files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									e3e965883f
								
							
						
					
					
						commit
						ce3ab6b170
					
				
					 2 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -2474,15 +2474,15 @@ class justified_expr {
 | 
			
		|||
    ast_manager& m;
 | 
			
		||||
    expr*        m_fml;
 | 
			
		||||
    proof*       m_proof;
 | 
			
		||||
 public:
 | 
			
		||||
 justified_expr(ast_manager& m, expr* fml, proof* p):
 | 
			
		||||
    m(m),
 | 
			
		||||
    m_fml(fml),
 | 
			
		||||
    m_proof(p) {
 | 
			
		||||
public:
 | 
			
		||||
    justified_expr(ast_manager& m, expr* fml, proof* p):
 | 
			
		||||
        m(m),
 | 
			
		||||
        m_fml(fml),
 | 
			
		||||
        m_proof(p) {
 | 
			
		||||
        m.inc_ref(fml);
 | 
			
		||||
        m.inc_ref(p);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
    justified_expr& operator=(justified_expr& other) {
 | 
			
		||||
        SASSERT(&m == &other.m);
 | 
			
		||||
        if (this != &other) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue