mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix missing parenthesis in C++ API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									f976b16e3f
								
							
						
					
					
						commit
						1c7d27bdf3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2310,7 +2310,7 @@ namespace z3 { | |||
| 
 | ||||
|         friend std::ostream & operator<<(std::ostream & out, model const & m); | ||||
| 
 | ||||
|         std::string to_string() const { return std::string(Z3_model_to_string(ctx(), m_model); } | ||||
|         std::string to_string() const { return std::string(Z3_model_to_string(ctx(), m_model)); } | ||||
|     }; | ||||
|     inline std::ostream & operator<<(std::ostream & out, model const & m) { out << Z3_model_to_string(m.ctx(), m); return out; } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue