mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	fixed win compilation bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									8d62c95a54
								
							
						
					
					
						commit
						c82b8174d8
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -306,8 +306,7 @@ lbool interpolant_provider_impl::get_interpolant(expr * f1, expr * f2, expr_ref& | ||||||
|         return l_undef; |         return l_undef; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     smt_params dummy_params; |     cmd_context cctx(false, &m); | ||||||
|     cmd_context cctx(&dummy_params, false, &m); |  | ||||||
|     for_each_expr(used_symbol_inserter(cctx), f1); |     for_each_expr(used_symbol_inserter(cctx), f1); | ||||||
| 
 | 
 | ||||||
|     parse_smt2_commands(cctx, std::istringstream(res_text), false); |     parse_smt2_commands(cctx, std::istringstream(res_text), false); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue