mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix debug build
This commit is contained in:
		
							parent
							
								
									8c2584bcf7
								
							
						
					
					
						commit
						8e4ef19f45
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -92,7 +92,7 @@ class elim_small_bv_tactic : public tactic { | |||
| 
 | ||||
|             TRACE("elim_small_bv", tout << "substitution: " << std::endl; | ||||
|                                     for (unsigned k = 0; k < substitution.size(); k++) { | ||||
|                                         expr * se = substitution[k].get(); | ||||
|                                         expr * se = substitution[k]; | ||||
|                                         tout << k << " = "; | ||||
|                                         if (se == 0) tout << "0"; | ||||
|                                         else tout << mk_ismt2_pp(se, m); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue