mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	debug output fix
This commit is contained in:
		
							parent
							
								
									a8fca8f77e
								
							
						
					
					
						commit
						99f5269b78
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1524,9 +1524,9 @@ std::string mpf_manager::to_string(mpf const & x) {
 | 
			
		|||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    DEBUG_CODE(
 | 
			
		||||
       res += " " + to_string_raw(x);
 | 
			
		||||
    );
 | 
			
		||||
    //DEBUG_CODE(
 | 
			
		||||
    //   res += " " + to_string_raw(x);
 | 
			
		||||
    //);
 | 
			
		||||
 | 
			
		||||
    return res;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue