mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix traffic jam
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									27ec5c688f
								
							
						
					
					
						commit
						7bfb730fee
					
				
					 7 changed files with 217 additions and 94 deletions
				
			
		| 
						 | 
				
			
			@ -225,8 +225,8 @@ namespace datalog {
 | 
			
		|||
 | 
			
		||||
           The newline character at the end should not be printed.
 | 
			
		||||
        */
 | 
			
		||||
        virtual void display_head_impl(execution_context const & ctx, std::ostream & out) const {
 | 
			
		||||
            out << "<instruction>";
 | 
			
		||||
        virtual std::ostream& display_head_impl(execution_context const & ctx, std::ostream & out) const {
 | 
			
		||||
            return out << "<instruction>";
 | 
			
		||||
        }
 | 
			
		||||
        /**
 | 
			
		||||
           \brief If relevant, output the body of the current instruction.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue